Namespace: GameEngine.Authentication
Class: GameEngine/Authentication/ArcGISAuthenticationManager
Since: 1.1.0
Summary
Manages requests for ArcGIS secure resources made by an application.
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
CredentialStore | ArcGISCredentialStore | No | No | Storage for ArcGISCredential objects. The credential store is checked for a matching credential before sending requests or issuing authentication challenges. |
OAuthUserConfigurations | List<ArcGISOAuthUserConfiguration> | Yes | No | A collection of active |
OAuthUserLoginPromptHandler | ArcGISO | Yes | No | Used for handling |
CredentialStore
ArcGISCredentialStore ArcGISCredentialStore
Storage for ArcGISCredential objects. The credential store is checked for a matching credential before sending requests or issuing authentication challenges.
OAuthUserConfigurations
List<ArcGISOAuthUserConfiguration> OAuthUserConfigurations
A collection of active O
.