Namespace: GameEngine.Security
Class: GameEngine/Security/ArcGISOAuthAuthenticationConfiguration
Since: 1.0.0
Inheritance: ArcGISAuthenticationConfiguration->ArcGISOAuthAuthenticationConfiguration
Summary
A class that contains authentication information for OAuth 2.
Constructors
ArcGISOAuthAuthenticationConfiguration(string, string, string, ArcGISOAuthAuthorizationCredential)
Creates an authentication information object for OAuth 2 including credentials.
Since 1.0.0
Arguments
Name | Type | Summary |
---|---|---|
client | The client identifier. | |
client | The client secret. Mandatory for App Login. | |
redirect | The redirect URI. Mandatory for Named User Login. | |
authentication | The authentication credential. |
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
Yes | Yes | The current authorization credential. | ||
No | Yes | The current client id. | ||
No | Yes | The current client secret. | ||
No | Yes | The current redirect uri. |
AuthorizationCredential
ArcGISOAuthAuthorizationCredential AuthorizationCredential
The current authorization credential.
Events
Name | Type | Summary |
---|---|---|
Authorization | Sets the callback invoked when a new OAuth 2 authorization credential is issued. |