Namespace: GameEngine
Class: GameEngine/ArcGISRuntimeEnvironment
Since: 1.0.0
Summary
Provides environment settings, such as an API key for access to ArcGIS location services.
Properties
| Property | Type | Nullable | Readonly | Summary |
|---|---|---|---|---|
APIKey | string | No | No | The API key allows your app to access ArcGIS location services and private portal items. |
AuthenticationManager | ArcGISAuthenticationManager | Yes | No | The object responsible for issuing authentication challenges and managing credential stores. |
APIKey
static string APIKey
The API key allows your app to access ArcGIS location services and private portal items.
An API key is a long-lived access token configured to authorize access to secure ArcGIS services and items. API keys are created, managed, and invalidated though an API key credentials item in an ArcGIS portal and are usually embedded directly into an application. To learn how to create and manage API keys, go to the Create an API Key tutorial. You must ensure that your API key has the correct privileges to access secure resources.
AuthenticationManager
static ArcGISAuthenticationManager AuthenticationManager
The object responsible for issuing authentication challenges and managing credential stores.