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