Uses of Class
cloud.opencode.base.oauth2.provider.CustomProvider.Builder
Packages that use CustomProvider.Builder
-
Uses of CustomProvider.Builder in cloud.opencode.base.oauth2.provider
Methods in cloud.opencode.base.oauth2.provider that return CustomProvider.BuilderModifier and TypeMethodDescriptionAdd a default scope 添加默认范围CustomProvider.Builder.authorizationEndpoint(String authorizationEndpoint) Set the authorization endpoint 设置授权端点static CustomProvider.BuilderCustomProvider.builder()Create a new builder 创建新的构建器CustomProvider.Builder.defaultScopes(String... scopes) Set the default scopes 设置默认范围CustomProvider.Builder.defaultScopes(Set<String> scopes) Set the default scopes 设置默认范围CustomProvider.Builder.deviceAuthorizationEndpoint(String deviceAuthorizationEndpoint) Set the device authorization endpoint 设置设备授权端点static CustomProvider.BuilderCustomProvider.from(OAuth2Provider provider) Create a builder from an existing provider 从现有 Provider 创建构建器Set the issuer 设置发行者Set the JWKS URI 设置 JWKS URISet the provider name 设置 Provider 名称CustomProvider.Builder.revocationEndpoint(String revocationEndpoint) Set the revocation endpoint 设置撤销端点CustomProvider.Builder.tokenEndpoint(String tokenEndpoint) Set the token endpoint 设置 Token 端点CustomProvider.Builder.userInfoEndpoint(String userInfoEndpoint) Set the user info endpoint 设置用户信息端点