Class TokenRequest
Token request.
Inheritance
System.Object
TokenRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.OpenID.Messages
Assembly: ComponentSpace.OpenID.dll
Syntax
public class TokenRequest
Properties
ClientAssertion
Gets or sets the client assertion.
Declaration
public string ClientAssertion { get; set; }
Property Value
Type | Description |
---|---|
System. |
The client assertion. |
ClientAssertionType
Gets or sets the client assertion type.
Declaration
public string ClientAssertionType { get; set; }
Property Value
Type | Description |
---|---|
System. |
The client assertion type. |
ClientID
Gets or sets the client ID.
Declaration
public string ClientID { get; set; }
Property Value
Type | Description |
---|---|
System. |
The client ID. |
ClientSecret
Gets or sets the client secret.
Declaration
public string ClientSecret { get; set; }
Property Value
Type | Description |
---|---|
System. |
The client secret. |
Code
Gets or sets the authorization code.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System. |
The authorization code. |
CodeVerifier
Gets or sets the code verifier.
Declaration
public string CodeVerifier { get; set; }
Property Value
Type | Description |
---|---|
System. |
The code verifier. |
GrantType
Gets or sets the grant type.
Declaration
public string GrantType { get; set; }
Property Value
Type | Description |
---|---|
System. |
The grant type. |
RedirectUri
Gets or sets the redirect URI.
Declaration
public string RedirectUri { get; set; }
Property Value
Type | Description |
---|---|
System. |
The redirect URI. |
RefreshToken
Gets or sets the refresh token.
Declaration
public string RefreshToken { get; set; }
Property Value
Type | Description |
---|---|
System. |
The refresh token. |
Scope
Gets or sets the scope.
Declaration
public string Scope { get; set; }
Property Value
Type | Description |
---|---|
System. |
The scope. |
UserName
Gets or sets the user name.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System. |
The user name. |
UserPassword
Gets or sets the user password.
Declaration
public string UserPassword { get; set; }
Property Value
Type | Description |
---|---|
System. |
The user password. |