POST api/Oauth/ValidatePassword
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json, text/html
Sample:
{
"username": "sample string 1",
"password": "sample string 2"
}