Namespace: GameEngine.Authentication
Class: GameEngine/Authentication/ArcGISOAuthUserTokenInfo
Since: 1.1.0
Summary
The OAuth user token information that can be used by clients, in exchange for user credentials, to access OAuth token-secured ArcGIS content and services.
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
AccessToken | string | No | Yes | The access token to be used to make an authenticated request. |
ExpirationDate | DateTimeOffset | No | Yes | The access token expiration date. |
IsSSLRequired | bool | No | Yes | True if the token must be passed over HTTPS, false otherwise. |
RefreshToken | string | No | Yes | The refresh token to be used to refresh the access token. |
RefreshTokenExchangeDate | DateTimeOffset | Yes | Yes | The date that the refresh token should be exchanged. |
RefreshTokenExpirationDate | DateTimeOffset | Yes | Yes | The date that the refresh token expires. |
RefreshTokenExchangeDate
DateTimeOffset RefreshTokenExchangeDate
The date that the refresh token should be exchanged.
RefreshTokenExpirationDate
DateTimeOffset RefreshTokenExpirationDate
The date that the refresh token expires.
This is available only for ArcGIS.com and ArcGIS Enterprise version 10.9.1 and above.