Class OAuthUserTokenInfo
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.
Inheritance
System.Object
OAuthUserTokenInfo
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Security
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class OAuthUserTokenInfo
Properties
Name | Description |
---|---|
AccessToken | Gets the access token to be used to make an authenticated request. |
ExpirationDate | Gets the access token expiration date. |
IsSslRequired | Gets a value indicating whether the token must be passed over HTTPS. |
RefreshToken | Gets the refresh token to be used to refresh the access token. |
RefreshTokenExchangeDate | Gets the date that the refresh token should be exchanged. |
RefreshTokenExpirationDate | Gets the date that the refresh token expires. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.6 |
.NET | 200.6 |
.NET Windows | 200.6 |
.NET Android | 200.6 |
.NET iOS | 200.6 |
.NET Framework | 200.6 |
UWP | 200.6 |