Table of Contents

Interface IVerificationEmailClient

Namespace
Auth0.ManagementApi.Jobs
Assembly
Auth0.ManagementApi.dll
public interface IVerificationEmailClient
Extension Methods

Methods

CreateAsync(CreateVerificationEmailRequestContent, RequestOptions?, CancellationToken)

Send an email to the specified user that asks them to click a link to verify their email address.

Note: You must have the Status toggle enabled for the verification email template for the email to be sent.

WithRawResponseTask<CreateVerificationEmailResponseContent> CreateAsync(CreateVerificationEmailRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

request CreateVerificationEmailRequestContent
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<CreateVerificationEmailResponseContent>