Class TokenRequest
Token request.
Inherited Members
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 |
|---|---|
| string | The client assertion. |
ClientAssertionType
Gets or sets the client assertion type.
Declaration
public string? ClientAssertionType { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The client assertion type. |
ClientID
Gets or sets the client ID.
Declaration
public string? ClientID { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The client ID. |
ClientSecret
Gets or sets the client secret.
Declaration
public string? ClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The client secret. |
Code
Gets or sets the authorization code.
Declaration
public string? Code { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The authorization code. |
CodeVerifier
Gets or sets the code verifier.
Declaration
public string? CodeVerifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The code verifier. |
GrantType
Gets or sets the grant type.
Declaration
public string? GrantType { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The grant type. |
RedirectUri
Gets or sets the redirect URI.
Declaration
public string? RedirectUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The redirect URI. |
RefreshToken
Gets or sets the refresh token.
Declaration
public string? RefreshToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The refresh token. |
Scope
Gets or sets the scope.
Declaration
public string? Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The scope. |
UserName
Gets or sets the user name.
Declaration
public string? UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The user name. |
UserPassword
Gets or sets the user password.
Declaration
public string? UserPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The user password. |