NetworkAuthenticationChallenge class sealed

A network authentication challenge.

A network authentication challenge is raised by the NetworkAuthenticationChallengeHandler if an ArcGIS secured resource requires network credentials, such as Integrated Windows Authentication (IWA) or Client Certificate (PKI).

Implementers

Properties

credentialType Type
The kind of NetworkCredential that can be used to respond to this challenge.
no setter
hashCode int
The hash code for this object.
no setterinherited
host String
The host of the request that led to this authentication challenge.
final
previousFailureCount int
The number of failed authentication attempts that occurred previously for this authentication challenge.
no setter
requestId int?
The request ID of the request that led to this authentication challenge.
final
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(NetworkCredential 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