method
RiduClient.resetPassword
RiduClient.resetPassword<Slug extends AuthCollectionSlug<Config>>(
collection: Slug,
token: string,
password: string,
options?: RequestOptions,
): Promise<AuthActionEnvelope>Consume a password-reset token.
Related types
AuthCollectionSlugCollection slugs with the generated auth capability.
RequestOptionsOptions shared by every request.
AuthActionEnvelopeA successful auth maintenance action.