Uses of Record Class
cloud.opencode.base.oauth2.pkce.PkceChallenge
Packages that use PkceChallenge
Package
Description
-
Uses of PkceChallenge in cloud.opencode.base.oauth2
Methods in cloud.opencode.base.oauth2 that return PkceChallengeModifier and TypeMethodDescriptionstatic PkceChallengeOpenOAuth2.generatePkce()Generate a PKCE challenge 生成 PKCE 挑战Methods in cloud.opencode.base.oauth2 with parameters of type PkceChallengeModifier and TypeMethodDescriptionOAuth2Client.getAuthorizationUrl(String state, PkceChallenge pkce) Generate authorization URL with PKCE 生成带有 PKCE 的授权 URLOAuth2Client.getAuthorizationUrl(String state, PkceChallenge pkce, Map<String, String> additionalParams) Generate authorization URL with PKCE and additional parameters 生成带有 PKCE 和附加参数的授权 URL -
Uses of PkceChallenge in cloud.opencode.base.oauth2.oidc
Methods in cloud.opencode.base.oauth2.oidc with parameters of type PkceChallengeModifier and TypeMethodDescriptionOidcClient.getAuthorizationUrl(String state, PkceChallenge pkce) Get authorization URL with PKCE 获取带有 PKCE 的授权 URLOidcClient.getAuthorizationUrl(String state, PkceChallenge pkce, String nonce) Get authorization URL with PKCE and nonce 获取带有 PKCE 和 nonce 的授权 URL -
Uses of PkceChallenge in cloud.opencode.base.oauth2.pkce
Methods in cloud.opencode.base.oauth2.pkce that return PkceChallengeModifier and TypeMethodDescriptionstatic PkceChallengePkceChallenge.generate()Generate a new PKCE challenge with S256 method 使用 S256 方法生成新的 PKCE 挑战static PkceChallengePkceChallenge.generate(int verifierBytes) Generate a new PKCE challenge with custom verifier length 使用自定义验证器长度生成新的 PKCE 挑战static PkceChallengeCreate a plain PKCE challenge (not recommended, use S256 instead) 创建 plain PKCE 挑战(不推荐,请使用 S256)