Click or drag to resize

Challenge Properties

The Challenge type exposes the following members.

Properties
  NameDescription
Public propertyFailureCount
The failure count based on the number of requests.
Public propertyHost
The host for the credential request.
Public propertyIsAuthTokenSupported
A boolean value indicating whether the sender of the challenge can accept OAuth2 Token.
Public propertyIsHashCredentialSupported
A boolean value indicating whether the sender of the challenge can accept hash credentials.
Public propertyIsPortalUserTokenSupported
A boolean value indicating whether the sender of the challenge can accept Portal User Token.
Public propertyIsUsernamePasswordSupported
A boolean value indicating whether the sender of the challenge can accept username/password as a response to this challenge.
Public propertyLocation
Location of authorization resource associated with auth token challenge.
Public propertyRealm
The Realm value associated with the challenge. If the challenge supports multiple auth methods, username/password authorization Realm is returned.
Public propertyRealms
Realms by authorization methods map.
Top
See Also