Class TokenInfo
Token information that can be used by clients in exchange for user credentials. The access token represents the authenticated user for a certain amount of time to access API functionality.
Inheritance
System.Object
TokenInfo
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Security
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class TokenInfo
Constructors
| Name | Description |
|---|---|
| TokenInfo(String, DateTimeOffset, Boolean) | Initializes a new instance of the TokenInfo class with the specified parameters. |
Properties
| Name | Description |
|---|---|
| AccessToken | Gets the access token string. |
| ExpirationDate | Gets the token expiration date. |
| IsSslRequired | Gets a value indicating whether the token must be passed over HTTPS. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.5 - 200.8 |
| .NET | 200.5 - 200.8 |
| .NET Windows | 200.5 - 200.8 |
| .NET Android | 200.5 - 200.8 |
| .NET iOS | 200.5 - 200.8 |
| .NET Framework | 200.5 - 200.8 |
| UWP | 200.5 - 200.8 |