Interface SpringDocOAuth2AuthorizationServerMetadata


public interface SpringDocOAuth2AuthorizationServerMetadata
The type Spring doc o auth 2 authorization server metadata.
Author:
bnasslahsen, yuta.saito
See Also:
  • Method Details

    • issuer

      String issuer()
    • authorizationEndpoint

      String authorizationEndpoint()
    • tokenEndpoint

      String tokenEndpoint()
    • tokenEndpointAuthMethodsSupported

      List<String> tokenEndpointAuthMethodsSupported()
    • jwksUri

      String jwksUri()
    • responseTypesSupported

      List<String> responseTypesSupported()
    • grantTypesSupported

      List<String> grantTypesSupported()
    • revocationEndpoint

      String revocationEndpoint()
    • revocationEndpointAuthMethodsSupported

      List<String> revocationEndpointAuthMethodsSupported()
    • introspectionEndpoint

      String introspectionEndpoint()
    • introspectionEndpointAuthMethodsSupported

      List<String> introspectionEndpointAuthMethodsSupported()
    • codeChallengeMethodsSupported

      List<String> codeChallengeMethodsSupported()