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. | |
ExpirationDate | Gets or sets the Token expiration date. | |
GenerateTokenOptions | Gets or sets the optional infos used to generate the token : referer, proxyUrl. | |
Password | Gets or sets the password used to refresh the token. | |
Token | Gets or sets the token generated by the token service using the specified user name and password. | |
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. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. | |
RefreshCompleted | Occurs when the refresh of a token completed. |