Class PregeneratedTokenCredential
A credential used to access token-secured ArcGIS resources using a token that is generated outside of your application.
Implements
Namespace: Esri.ArcGISRuntime.Security
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class PregeneratedTokenCredential : ArcGISCredential, INotifyPropertyChanged
Constructors
| Name | Description |
|---|---|
| PregeneratedTokenCredential(Uri, TokenInfo, Uri?) | Initializes a new instance of the PregeneratedTokenCredential class. |
Properties
| Name | Description |
|---|---|
| TokenInfo | Gets the TokenInfo used to create the credential. |
Methods
| Name | Description |
|---|---|
| ToJson() | Convert an object to JSON string. |
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 |