Skip to content

class OpenIdConnectParameterNames

cangjie
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

cangjie
public static const AccessToken = "access_token"

功能:表示 access_token 参数名。

const AcrValues

cangjie
public static const AcrValues = "acr_values"

功能:表示 acr_values 参数名。

const ClaimsLocales

cangjie
public static const ClaimsLocales = "claims_locales"

功能:表示 claims_locales 参数名。

const ClientAssertion

cangjie
public static const ClientAssertion = "client_assertion"

功能:表示 client_assertion 参数名。

const ClientAssertionType

cangjie
public static const ClientAssertionType = "client_assertion_type"

功能:表示 client_assertion_type 参数名。

const ClientId

cangjie
public static const ClientId = "client_id"

功能:表示 client_id 参数名。

const ClientSecret

cangjie
public static const ClientSecret = "client_secret"

功能:表示 client_secret 参数名。

const Code

cangjie
public static const Code = "code"

功能:表示 code 参数名。

const Display

cangjie
public static const Display = "display"

功能:表示 display 参数名。

const DomainHint

cangjie
public static const DomainHint = "domain_hint"

功能:表示 domain_hint 参数名。

const Error

cangjie
public static const Error = "error"

功能:表示 error 参数名。

const ErrorDescription

cangjie
public static const ErrorDescription = "error_description"

功能:表示 error_description 参数名。

const ErrorUri

cangjie
public static const ErrorUri = "error_uri"

功能:表示 error_uri 参数名。

const ExpiresIn

cangjie
public static const ExpiresIn = "expires_in"

功能:表示 expires_in 参数名。

const GrantType

cangjie
public static const GrantType = "grant_type"

功能:表示 grant_type 参数名。

const Iss

cangjie
public static const Iss = "iss"

功能:表示 iss 参数名。

const IdToken

cangjie
public static const IdToken = "id_token"

功能:表示 id_token 参数名。

const IdTokenHint

cangjie
public static const IdTokenHint = "id_token_hint"

功能:表示 id_token_hint 参数名。

const IdentityProvider

cangjie
public static const IdentityProvider = "identity_provider"

功能:表示 identity_provider 参数名。

const LoginHint

cangjie
public static const LoginHint = "login_hint"

功能:表示 login_hint 参数名。

const MaxAge

cangjie
public static const MaxAge = "max_age"

功能:表示 max_age 参数名。

const Nonce

cangjie
public static const Nonce = "nonce"

功能:表示 nonce 参数名。

const Password

cangjie
public static const Password = "password"

功能:表示 password 参数名。

const PostLogoutRedirectUri

cangjie
public static const PostLogoutRedirectUri = "post_logout_redirect_uri"

功能:表示 post_logout_redirect_uri 参数名。

const Prompt

cangjie
public static const Prompt = "prompt"

功能:表示 prompt 参数名。

const RedirectUri

cangjie
public static const RedirectUri = "redirect_uri"

功能:表示 redirect_uri 参数名。

const RefreshToken

cangjie
public static const RefreshToken = "refresh_token"

功能:表示 refresh_token 参数名。

const RequestUri

cangjie
public static const RequestUri = "request_uri"

功能:表示 request_uri 参数名。

const Resource

cangjie
public static const Resource = "resource"

功能:表示 resource 参数名。

const ResponseMode

cangjie
public static const ResponseMode = "response_mode"

功能:表示 response_mode 参数名。

const ResponseType

cangjie
public static const ResponseType = "response_type"

功能:表示 response_type 参数名。

const Scope

cangjie
public static const Scope = "scope"

功能:表示 scope 参数名。

const SkuTelemetry

cangjie
public static const SkuTelemetry = "x-client-SKU"

功能:表示客户端 SKU 遥测参数名。

const SessionState

cangjie
public static const SessionState = "session_state"

功能:表示 session_state 参数名。

const Sid

cangjie
public static const Sid = "sid"

功能:表示 sid 参数名。

const State

cangjie
public static const State = "state"

功能:表示 state 参数名。

const TargetLinkUri

cangjie
public static const TargetLinkUri = "target_link_uri"

功能:表示 target_link_uri 参数名。

const TokenType

cangjie
public static const TokenType = "token_type"

功能:表示 token_type 参数名。

const UiLocales

cangjie
public static const UiLocales = "ui_locales"

功能:表示 ui_locales 参数名。

const UserId

cangjie
public static const UserId = "user_id"

功能:表示 user_id 参数名。

const Username

cangjie
public static const Username = "username"

功能:表示 username 参数名。

const VersionTelemetry

cangjie
public static const VersionTelemetry = "x-client-ver"

功能:表示客户端版本遥测参数名。

const CodeChallenge

cangjie
public static const CodeChallenge = "code_challenge"

功能:表示 code_challenge 参数名。

const CodeChallengeMethod

cangjie
public static const CodeChallengeMethod = "code_challenge_method"

功能:表示 code_challenge_method 参数名。