Class ArcGISCredential
A base class for types of ArcGIS credentials used to access secured resources.
Inheritance
ArcGISCredential
Implements
Namespace: Esri.ArcGISRuntime.Security
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class ArcGISCredential : Credential, INotifyPropertyChanged
Remarks
This is a base class for ArcGIS credentials requiring OAuth or ArcGIS Token authentication, such as OAuthUserCredential, OAuthApplicationCredential, PregeneratedTokenCredential and AccessTokenCredential.
Properties
| Name | Description |
|---|---|
| Referer | Gets the referer used to generate a token. |
| Username | Gets the user associated with 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 |