Namespace: GameEngine.Authentication
Class: GameEngine/Authentication/ArcGISAuthenticationChallenge
Since: 1.1.0
Summary
An ArcGIS authentication challenge.
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
Exception | No | Yes | The underlying error that led to this authentication challenge. | |
No | Yes | The URL of the request that led to this authentication challenge. |
Methods
Signature | Return Type | Summary |
---|---|---|
Cancel() | Cancels the request that initiated the challenge. | |
Handles the challenge without a credential, causing it to fail with the original authentication error. | ||
Handles the challenge with the specified credential. |
ContinueAndFail
void ContinueAndFail()
Handles the challenge without a credential, causing it to fail with the original authentication error.
Since 1.1.0
Returns void
ContinueWithCredential
void ContinueWithCredential(ArcGISCredential credential)
Handles the challenge with the specified credential.
Since 1.1.0
Arguments
Name | Type | Summary |
---|---|---|
credential | The credential to use when retrying the request. |