The following tables list the members exposed by IdentityManager.Credential.
Name | Description | |
---|---|---|
IdentityManager.Credential Constructor | Initializes a new instance of the IdentityManager.Credential class. |
Name | Description | |
---|---|---|
AutoRefresh | Gets or sets a value indicating whether the token is automatically updated before its expiration time. | |
ClientCertificate | Gets or sets the client certificate for accessing an ArcGIS resource supporting PKI infrastructure. | |
Credentials | Gets or sets the base authentication interface for accessing an ArcGIS resource with an HTTP authentication. | |
ExpirationDate | Gets or sets the Token expiration date. | |
GenerateTokenOptions | Gets or sets the optional infos used to generate the token : referer, proxyUrl. | |
IsSsl | Gets or sets a value indicating whether the token must always pass over ssl. | |
OAuthRefreshToken | Gets or sets the OAuth refresh token useful for getting a new access token once the old one expired. | |
Password | Gets or sets the password used to refresh the token. | |
Token | Gets or sets the token used to access the arcgis sservices with this credential. The token can have been generated either by the token service using the specified user name and password or by the OAuth authentication process. | |
Url | Gets or sets the URL that can be accessed with this credential. | |
UserName | Gets or sets the user associated with the Credential object. |
Name | Description | |
---|---|---|
RefreshToken | Refreshes the token. | |
RefreshTokenTaskAsync | Refreshes the token using a task object. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. | |
RefreshCompleted | Occurs when the refresh of a token completed. |