Class OpenIDConstants.ParameterNames
The query string or post parameter names.
Inherited Members
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public static class OpenIDConstants.ParameterNames
Fields
AccessToken
Access token.
Declaration
public const string AccessToken = "access_token"
Field Value
| Type | Description |
|---|---|
| string |
AcrValues
Authentication context class reference values.
Declaration
public const string AcrValues = "acr_values"
Field Value
| Type | Description |
|---|---|
| string |
Claims
Claims.
Declaration
public const string Claims = "claims"
Field Value
| Type | Description |
|---|---|
| string |
ClaimsLocales
Claims locales.
Declaration
public const string ClaimsLocales = "claims_locales"
Field Value
| Type | Description |
|---|---|
| string |
ClientAssertion
Client assertion.
Declaration
public const string ClientAssertion = "client_assertion"
Field Value
| Type | Description |
|---|---|
| string |
ClientAssertionType
Client assertion type.
Declaration
public const string ClientAssertionType = "client_assertion_type"
Field Value
| Type | Description |
|---|---|
| string |
ClientID
Client ID.
Declaration
public const string ClientID = "client_id"
Field Value
| Type | Description |
|---|---|
| string |
ClientSecret
Client secret.
Declaration
public const string ClientSecret = "client_secret"
Field Value
| Type | Description |
|---|---|
| string |
Code
Code.
Declaration
public const string Code = "code"
Field Value
| Type | Description |
|---|---|
| string |
CodeChallenge
Code challenge.
Declaration
public const string CodeChallenge = "code_challenge"
Field Value
| Type | Description |
|---|---|
| string |
CodeChallengeMethod
Code challenge method.
Declaration
public const string CodeChallengeMethod = "code_challenge_method"
Field Value
| Type | Description |
|---|---|
| string |
CodeVerifier
Code verifier.
Declaration
public const string CodeVerifier = "code_verifier"
Field Value
| Type | Description |
|---|---|
| string |
Display
Display.
Declaration
public const string Display = "display"
Field Value
| Type | Description |
|---|---|
| string |
Error
Error.
Declaration
public const string Error = "error"
Field Value
| Type | Description |
|---|---|
| string |
ErrorDescription
Error description.
Declaration
public const string ErrorDescription = "error_description"
Field Value
| Type | Description |
|---|---|
| string |
ErrorUri
Error URI.
Declaration
public const string ErrorUri = "error_uri"
Field Value
| Type | Description |
|---|---|
| string |
ExpiresIn
Expires in.
Declaration
public const string ExpiresIn = "expires_in"
Field Value
| Type | Description |
|---|---|
| string |
GrantType
Grant type.
Declaration
public const string GrantType = "grant_type"
Field Value
| Type | Description |
|---|---|
| string |
IDToken
ID token.
Declaration
public const string IDToken = "id_token"
Field Value
| Type | Description |
|---|---|
| string |
IDTokenHint
ID token hint.
Declaration
public const string IDTokenHint = "id_token_hint"
Field Value
| Type | Description |
|---|---|
| string |
LoginHint
Login hint.
Declaration
public const string LoginHint = "login_hint"
Field Value
| Type | Description |
|---|---|
| string |
MaxAge
Max age.
Declaration
public const string MaxAge = "max_age"
Field Value
| Type | Description |
|---|---|
| string |
Nonce
Nonce.
Declaration
public const string Nonce = "nonce"
Field Value
| Type | Description |
|---|---|
| string |
Password
Password.
Declaration
public const string Password = "password"
Field Value
| Type | Description |
|---|---|
| string |
PostLogoutRedirectUri
Post logout redirect URI.
Declaration
public const string PostLogoutRedirectUri = "post_logout_redirect_uri"
Field Value
| Type | Description |
|---|---|
| string |
Prompt
Prompt.
Declaration
public const string Prompt = "prompt"
Field Value
| Type | Description |
|---|---|
| string |
RedirectUri
Redirect URI.
Declaration
public const string RedirectUri = "redirect_uri"
Field Value
| Type | Description |
|---|---|
| string |
RefreshToken
Refresh token.
Declaration
public const string RefreshToken = "refresh_token"
Field Value
| Type | Description |
|---|---|
| string |
Request
Request.
Declaration
public const string Request = "request"
Field Value
| Type | Description |
|---|---|
| string |
RequestUri
Request URI.
Declaration
public const string RequestUri = "request_uri"
Field Value
| Type | Description |
|---|---|
| string |
ResponseMode
Response mode.
Declaration
public const string ResponseMode = "response_mode"
Field Value
| Type | Description |
|---|---|
| string |
ResponseType
Response type.
Declaration
public const string ResponseType = "response_type"
Field Value
| Type | Description |
|---|---|
| string |
Scope
Scope.
Declaration
public const string Scope = "scope"
Field Value
| Type | Description |
|---|---|
| string |
State
State.
Declaration
public const string State = "state"
Field Value
| Type | Description |
|---|---|
| string |
Token
Token.
Declaration
public const string Token = "token"
Field Value
| Type | Description |
|---|---|
| string |
TokenType
Token type.
Declaration
public const string TokenType = "token_type"
Field Value
| Type | Description |
|---|---|
| string |
TokenTypeHint
Token type hint.
Declaration
public const string TokenTypeHint = "token_type_hint"
Field Value
| Type | Description |
|---|---|
| string |
UiLocales
UI locales.
Declaration
public const string UiLocales = "ui_locales"
Field Value
| Type | Description |
|---|---|
| string |
Username
Username.
Declaration
public const string Username = "username"
Field Value
| Type | Description |
|---|---|
| string |