Uses of Class
cloud.opencode.base.oauth2.discovery.DiscoveryDocument.Builder
Packages that use DiscoveryDocument.Builder
-
Uses of DiscoveryDocument.Builder in cloud.opencode.base.oauth2.discovery
Methods in cloud.opencode.base.oauth2.discovery that return DiscoveryDocument.BuilderModifier and TypeMethodDescriptionDiscoveryDocument.Builder.authorizationEndpoint(String authorizationEndpoint) Set the authorization endpoint.static DiscoveryDocument.BuilderDiscoveryDocument.builder()Create a new builder.DiscoveryDocument.Builder.codeChallengeMethodsSupported(List<String> codeChallengeMethodsSupported) Set the supported code challenge methods.DiscoveryDocument.Builder.deviceAuthorizationEndpoint(String deviceAuthorizationEndpoint) Set the device authorization endpoint.DiscoveryDocument.Builder.grantTypesSupported(List<String> grantTypesSupported) Set the supported grant types.DiscoveryDocument.Builder.introspectionEndpoint(String introspectionEndpoint) Set the introspection endpoint.Set the issuer identifier.Set the JWKS URI.DiscoveryDocument.Builder.parEndpoint(String parEndpoint) Set the pushed authorization request endpoint.DiscoveryDocument.Builder.registrationEndpoint(String registrationEndpoint) Set the registration endpoint.DiscoveryDocument.Builder.responseTypesSupported(List<String> responseTypesSupported) Set the supported response types.DiscoveryDocument.Builder.revocationEndpoint(String revocationEndpoint) Set the revocation endpoint.DiscoveryDocument.Builder.scopesSupported(List<String> scopesSupported) Set the supported scopes.DiscoveryDocument.Builder.tokenEndpoint(String tokenEndpoint) Set the token endpoint.DiscoveryDocument.Builder.tokenEndpointAuthMethodsSupported(List<String> tokenEndpointAuthMethodsSupported) Set the supported token endpoint authentication methods.DiscoveryDocument.Builder.userinfoEndpoint(String userinfoEndpoint) Set the userinfo endpoint.