class OpenIdConnectParameterNames
public class OpenIdConnectParameterNames功能:定义常用 OpenID Connect 参数名称常量。
成员概览
| 成员 | 功能 |
|---|---|
| const AccessToken | 表示 access_token 参数名。 |
| const AcrValues | 表示 acr_values 参数名。 |
| const ClaimsLocales | 表示 claims_locales 参数名。 |
| const ClientAssertion | 表示 client_assertion 参数名。 |
| const ClientAssertionType | 表示 client_assertion_type 参数名。 |
| const ClientId | 表示 client_id 参数名。 |
| const ClientSecret | 表示 client_secret 参数名。 |
| const Code | 表示 code 参数名。 |
| const Display | 表示 display 参数名。 |
| const DomainHint | 表示 domain_hint 参数名。 |
| const Error | 表示 error 参数名。 |
| const ErrorDescription | 表示 error_description 参数名。 |
| const ErrorUri | 表示 error_uri 参数名。 |
| const ExpiresIn | 表示 expires_in 参数名。 |
| const GrantType | 表示 grant_type 参数名。 |
| const Iss | 表示 iss 参数名。 |
| const IdToken | 表示 id_token 参数名。 |
| const IdTokenHint | 表示 id_token_hint 参数名。 |
| const IdentityProvider | 表示 identity_provider 参数名。 |
| const LoginHint | 表示 login_hint 参数名。 |
| const MaxAge | 表示 max_age 参数名。 |
| const Nonce | 表示 nonce 参数名。 |
| const Password | 表示 password 参数名。 |
| const PostLogoutRedirectUri | 表示 post_logout_redirect_uri 参数名。 |
| const Prompt | 表示 prompt 参数名。 |
| const RedirectUri | 表示 redirect_uri 参数名。 |
| const RefreshToken | 表示 refresh_token 参数名。 |
| const RequestUri | 表示 request_uri 参数名。 |
| const Resource | 表示 resource 参数名。 |
| const ResponseMode | 表示 response_mode 参数名。 |
| const ResponseType | 表示 response_type 参数名。 |
| const Scope | 表示 scope 参数名。 |
| const SkuTelemetry | 表示客户端 SKU 遥测参数名。 |
| const SessionState | 表示 session_state 参数名。 |
| const Sid | 表示 sid 参数名。 |
| const State | 表示 state 参数名。 |
| const TargetLinkUri | 表示 target_link_uri 参数名。 |
| const TokenType | 表示 token_type 参数名。 |
| const UiLocales | 表示 ui_locales 参数名。 |
| const UserId | 表示 user_id 参数名。 |
| const Username | 表示 username 参数名。 |
| const VersionTelemetry | 表示客户端版本遥测参数名。 |
| const CodeChallenge | 表示 code_challenge 参数名。 |
| const CodeChallengeMethod | 表示 code_challenge_method 参数名。 |
const AccessToken
public static const AccessToken = "access_token"功能:表示 access_token 参数名。
const AcrValues
public static const AcrValues = "acr_values"功能:表示 acr_values 参数名。
const ClaimsLocales
public static const ClaimsLocales = "claims_locales"功能:表示 claims_locales 参数名。
const ClientAssertion
public static const ClientAssertion = "client_assertion"功能:表示 client_assertion 参数名。
const ClientAssertionType
public static const ClientAssertionType = "client_assertion_type"功能:表示 client_assertion_type 参数名。
const ClientId
public static const ClientId = "client_id"功能:表示 client_id 参数名。
const ClientSecret
public static const ClientSecret = "client_secret"功能:表示 client_secret 参数名。
const Code
public static const Code = "code"功能:表示 code 参数名。
const Display
public static const Display = "display"功能:表示 display 参数名。
const DomainHint
public static const DomainHint = "domain_hint"功能:表示 domain_hint 参数名。
const Error
public static const Error = "error"功能:表示 error 参数名。
const ErrorDescription
public static const ErrorDescription = "error_description"功能:表示 error_description 参数名。
const ErrorUri
public static const ErrorUri = "error_uri"功能:表示 error_uri 参数名。
const ExpiresIn
public static const ExpiresIn = "expires_in"功能:表示 expires_in 参数名。
const GrantType
public static const GrantType = "grant_type"功能:表示 grant_type 参数名。
const Iss
public static const Iss = "iss"功能:表示 iss 参数名。
const IdToken
public static const IdToken = "id_token"功能:表示 id_token 参数名。
const IdTokenHint
public static const IdTokenHint = "id_token_hint"功能:表示 id_token_hint 参数名。
const IdentityProvider
public static const IdentityProvider = "identity_provider"功能:表示 identity_provider 参数名。
const LoginHint
public static const LoginHint = "login_hint"功能:表示 login_hint 参数名。
const MaxAge
public static const MaxAge = "max_age"功能:表示 max_age 参数名。
const Nonce
public static const Nonce = "nonce"功能:表示 nonce 参数名。
const Password
public static const Password = "password"功能:表示 password 参数名。
const PostLogoutRedirectUri
public static const PostLogoutRedirectUri = "post_logout_redirect_uri"功能:表示 post_logout_redirect_uri 参数名。
const Prompt
public static const Prompt = "prompt"功能:表示 prompt 参数名。
const RedirectUri
public static const RedirectUri = "redirect_uri"功能:表示 redirect_uri 参数名。
const RefreshToken
public static const RefreshToken = "refresh_token"功能:表示 refresh_token 参数名。
const RequestUri
public static const RequestUri = "request_uri"功能:表示 request_uri 参数名。
const Resource
public static const Resource = "resource"功能:表示 resource 参数名。
const ResponseMode
public static const ResponseMode = "response_mode"功能:表示 response_mode 参数名。
const ResponseType
public static const ResponseType = "response_type"功能:表示 response_type 参数名。
const Scope
public static const Scope = "scope"功能:表示 scope 参数名。
const SkuTelemetry
public static const SkuTelemetry = "x-client-SKU"功能:表示客户端 SKU 遥测参数名。
const SessionState
public static const SessionState = "session_state"功能:表示 session_state 参数名。
const Sid
public static const Sid = "sid"功能:表示 sid 参数名。
const State
public static const State = "state"功能:表示 state 参数名。
const TargetLinkUri
public static const TargetLinkUri = "target_link_uri"功能:表示 target_link_uri 参数名。
const TokenType
public static const TokenType = "token_type"功能:表示 token_type 参数名。
const UiLocales
public static const UiLocales = "ui_locales"功能:表示 ui_locales 参数名。
const UserId
public static const UserId = "user_id"功能:表示 user_id 参数名。
const Username
public static const Username = "username"功能:表示 username 参数名。
const VersionTelemetry
public static const VersionTelemetry = "x-client-ver"功能:表示客户端版本遥测参数名。
const CodeChallenge
public static const CodeChallenge = "code_challenge"功能:表示 code_challenge 参数名。
const CodeChallengeMethod
public static const CodeChallengeMethod = "code_challenge_method"功能:表示 code_challenge_method 参数名。