Class OAuthApplicationTokenInfo
The OAuth application token information that can be used to access OAuth token-secured ArcGIS content and services.
Implements
Namespace: Esri.ArcGISRuntime.Security
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class OAuthApplicationTokenInfo : IEquatable<OAuthApplicationTokenInfo>
Properties
| Name | Description |
|---|---|
| AccessToken | Gets the access token to be used to make an authenticated request. |
| ExpirationDate | Gets the access token expiration date. |
Methods
| Name | Description |
|---|---|
| Equals(object?) | Determines whether the specified object is equal to the current object. |
| GetHashCode() | Serves as the default hash function. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.5 - 200.8 |
| .NET | 200.5 - 300.0 |
| .NET Windows | 200.5 - 300.0 |
| .NET Android | 200.5 - 300.0 |
| .NET iOS | 200.5 - 300.0 |
| .NET Framework | 200.5 - 200.8 |
| UWP | 200.5 - 200.8 |