Challenge Properties |
The Challenge type exposes the following members.
| Name | Description | |
|---|---|---|
| FailureCount |
The failure count based on the number of requests.
| |
| Host |
The host for the credential request.
| |
| IsAuthTokenSupported |
A boolean value indicating whether the sender of the challenge can accept OAuth2 Token.
| |
| IsHashCredentialSupported |
A boolean value indicating whether the sender of the challenge can accept hash credentials.
| |
| IsPortalUserTokenSupported |
A boolean value indicating whether the sender of the challenge can accept Portal User Token.
| |
| IsUsernamePasswordSupported |
A boolean value indicating whether the sender of the challenge can accept
username/password as a response to this challenge.
| |
| Location |
Location of authorization resource associated with auth token challenge.
| |
| Realm |
The Realm value associated with the challenge.
If the challenge supports multiple auth methods, username/password authorization Realm is returned.
| |
| Realms |
Realms by authorization methods map.
|