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