Skip to content

AccountService.ValidateResetToken method

Requests the validation of a password reset token.

public Task<Response> ValidateResetToken(string resetToken)
parameter description
resetToken the reset token to validate

Exceptions

exception condition
ArgumentNullException

See Also