The following tables list the members exposed by IdentityManager.GenerateTokenOptions.
Name | Description | |
---|---|---|
IdentityManager.GenerateTokenOptions Constructor | Initializes a new instance of the IdentityManager.GenerateTokenOptions class. |
Name | Description | |
---|---|---|
OAuthAuthorize | Gets or sets the component managing the way the authorize page is displayed. If this value is null, a default component is used. | |
PreviousError | Gets or sets the previous error returned by the service. This error is an information about the reason the challenge method has been called. | |
ProxyUrl | Gets or sets the proxy URL used to generate the credential. | |
Referer | Gets or sets the HTTP referer to generate a credential for. | |
TokenAuthenticationType | Gets or sets the type of the token authentication used for generating the token. | |
TokenValidity | Gets or sets the suggested lifetime of the token in minutes. If set, this value overrides the default IdentityManager.TokenValidity. |