Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GenerateEmailVerificationIdAsync Does not generate an Email VerificationId and does not correspond to Documentation #64

Open
YingMorris opened this issue Apr 11, 2023 · 0 comments

Comments

@YingMorris
Copy link

/// <summary>
/// Generate a new Email Verification Id to be used with the Verify Email API. This API will not attempt to send an
/// email to the User. This API may be used to collect the verificationId for use with a third party system.
/// This is an asynchronous method.
/// </summary>
/// <param name="email"> The email address of the user that needs a new verification email.</param>
/// <returns>
/// When successful, the response will contain the log of the action. If there was a validation error or any
/// other type of error, this will return the Errors object in the response. Additionally, if FusionAuth could not be
/// contacted because it is down or experiencing a failure, the response will contain an Exception, which could be an
/// IOException.
/// </returns>
Task<ClientResponse<VerifyEmailResponse>> GenerateEmailVerificationIdAsync(string email);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant