TokenRequest Class

Definition

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.

Applies to