ArcGISAuthenticationChallenge class final

An ArcGIS authentication challenge.

An ArcGIS authentication challenge is raised by the ArcGISAuthenticationChallengeHandler if an ArcGIS secured resource requires OAuth or ArcGIS Token authentication.

Implemented types

Properties

error ArcGISException
The underlying error that led to this authentication challenge.
no setter
hashCode int
The hash code for this object.
no setterinherited
requestUri Uri
The URL of the request that led to this authentication challenge.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancel() → void
Cancels the request that initiated the challenge.
continueAndFail() → void
Handles the challenge without a credential, causing it to fail with the original authentication error.
continueWithCredential(ArcGISCredential credential) → void
Handles the challenge with the specified credential.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited