TokenRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A request to receive a user token.
public class TokenRequest
type TokenRequest = class
Public Class TokenRequest
- Inheritance
-
TokenRequest
Constructors
TokenRequest() |
Initializes a new instance of the TokenRequest class. |
TokenRequest(String, IDictionary<String,Object>) |
Initializes a new instance of the TokenRequest class. |
Properties
Provider |
Gets or sets the provider to request a user token from. |
Settings |
Gets or sets a collection of settings for the specific provider for this request. |