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
- class Response
- class AccountService
- namespace Amica