Uses of Class
cloud.opencode.base.oauth2.OAuth2Client
Packages that use OAuth2Client
-
Uses of OAuth2Client in cloud.opencode.base.oauth2
Methods in cloud.opencode.base.oauth2 that return OAuth2ClientModifier and TypeMethodDescriptionOAuth2Client.Builder.build()Build the OAuth2Client 构建 OAuth2Clientstatic OAuth2ClientOpenOAuth2.fromConfig(OAuth2Config config) Create an OAuth2 client from configuration 从配置创建 OAuth2 客户端 -
Uses of OAuth2Client in cloud.opencode.base.oauth2.oidc
Methods in cloud.opencode.base.oauth2.oidc that return OAuth2ClientModifier and TypeMethodDescriptionOidcClient.oauth2Client()Get the underlying OAuth2 client 获取底层 OAuth2 客户端Methods in cloud.opencode.base.oauth2.oidc with parameters of type OAuth2ClientModifier and TypeMethodDescriptionOidcClient.Builder.oauth2Client(OAuth2Client oauth2Client) Set the OAuth2 client 设置 OAuth2 客户端OidcClient.Builder.ownedOAuth2Client(OAuth2Client oauth2Client) Set the OAuth2 client (owned) 设置 OAuth2 客户端(拥有)