POST Authentication/ValidatePasswordResetToken

Validates the password reset token asynchronous.

Request Information

Body Parameters

PasswordResetTokenValidate - The model.

Request body formats
Sample:
{
  "EmailAddress": "sample string 1",
  "Token": "sample string 2"
}
Sample:

Sample not available.