ArcGISAuthenticationChallengeType enum

The types of ArcGIS authentication challenges.

Inheritance
Available extensions

Values

token → const ArcGISAuthenticationChallengeType

The type of challenge issued while accessing token secured ArcGIS resources.

This type of challenge can be handled using TokenCredential or PregeneratedTokenCredential.

oauthOrToken → const ArcGISAuthenticationChallengeType

The type of challenge issued while accessing OAuth secured ArcGIS resources.

This type of challenge can be handled using OAuthUserCredential or OAuthApplicationCredential. If the OAuth information is not available, this challenge can also be handled using TokenCredential or PregeneratedTokenCredential.

iap → const ArcGISAuthenticationChallengeType

The type of challenge issued while accessing ArcGIS resources secured behind Identity-Aware Proxy (IAP).

This type of challenge can be handled using IapCredential.

Properties

coreValue → RT_ArcGISAuthenticationChallengeType
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Constants

values → const List<ArcGISAuthenticationChallengeType>
A constant List of the values in this enum, in order of their declaration.