public static class OAuth2AuthorizationServerMetadata.Builder extends AbstractOAuth2AuthorizationServerMetadata.AbstractBuilder<OAuth2AuthorizationServerMetadata,OAuth2AuthorizationServerMetadata.Builder>
OAuth2AuthorizationServerMetadata.| Modifier and Type | Method and Description |
|---|---|
OAuth2AuthorizationServerMetadata |
build()
Validate the claims and build the
OAuth2AuthorizationServerMetadata. |
authorizationEndpoint, claim, claims, codeChallengeMethod, codeChallengeMethods, getClaims, getThis, grantType, grantTypes, issuer, jwkSetUrl, responseType, responseTypes, scope, scopes, tokenEndpoint, tokenEndpointAuthenticationMethod, tokenEndpointAuthenticationMethods, tokenIntrospectionEndpoint, tokenIntrospectionEndpointAuthenticationMethod, tokenIntrospectionEndpointAuthenticationMethods, tokenRevocationEndpoint, tokenRevocationEndpointAuthenticationMethod, tokenRevocationEndpointAuthenticationMethods, validate, validateURLpublic OAuth2AuthorizationServerMetadata build()
OAuth2AuthorizationServerMetadata.
The following claims are REQUIRED:
issuer, authorization_endpoint, token_endpoint
and response_types_supported.