AuthenticationManager class final

The manager of requests for secure resources made by the application.

The authentication manager provides:

  • ArcGIS and network challenge handlers for authentication challenges. For example, you can write code in an authentication challenge handler to prompt the user for credential information, create a credential, and use it to continue with the challenge.
  • The credential stores are available for storing the ArcGIS and network credentials that are automatically checked when your application attempts to connect to secured resources.
Implemented types

Properties

arcGISAuthenticationChallengeHandler ArcGISAuthenticationChallengeHandler?
The handler is called to handle ArcGISAuthenticationChallenge when requests are made for ArcGIS secured resources that require an OAuth or ArcGIS token authentication.
getter/setter pair
arcGISCredentialStore ArcGISCredentialStore
Storage for ArcGISCredential objects. The credential store is checked for a matching credential before sending requests or issuing authentication challenges.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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