Uses of Record Class
cloud.opencode.base.oauth2.oidc.JwtClaims
Packages that use JwtClaims
-
Uses of JwtClaims in cloud.opencode.base.oauth2
Methods in cloud.opencode.base.oauth2 that return JwtClaims -
Uses of JwtClaims in cloud.opencode.base.oauth2.oidc
Methods in cloud.opencode.base.oauth2.oidc that return JwtClaimsModifier and TypeMethodDescriptionstatic JwtClaimsParse a JWT token (without signature verification) 解析 JWT 令牌(不验证签名)Methods in cloud.opencode.base.oauth2.oidc that return types with arguments of type JwtClaimsModifier and TypeMethodDescriptionOidcToken.idTokenClaims()Get the parsed ID token claims 获取已解析的 ID Token 声明Constructors in cloud.opencode.base.oauth2.oidc with parameters of type JwtClaimsModifierConstructorDescriptionOidcToken(OAuth2Token oauth2Token, JwtClaims idTokenClaims) Create an OIDC token 创建 OIDC 令牌