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()
      Issuer string.
      Returns:
      the string
    • authorizationEndpoint

      String authorizationEndpoint()
      Authorization endpoint string.
      Returns:
      the string
    • tokenEndpoint

      String tokenEndpoint()
      Token endpoint string.
      Returns:
      the string
    • tokenEndpointAuthMethodsSupported

      List<String> tokenEndpointAuthMethodsSupported()
      Token endpoint auth methods supported list.
      Returns:
      the list
    • jwksUri

      String jwksUri()
      Jwks uri string.
      Returns:
      the string
    • responseTypesSupported

      List<String> responseTypesSupported()
      Response types supported list.
      Returns:
      the list
    • grantTypesSupported

      List<String> grantTypesSupported()
      Grant types supported list.
      Returns:
      the list
    • revocationEndpoint

      String revocationEndpoint()
      Revocation endpoint string.
      Returns:
      the string
    • revocationEndpointAuthMethodsSupported

      List<String> revocationEndpointAuthMethodsSupported()
      Revocation endpoint auth methods supported list.
      Returns:
      the list
    • introspectionEndpoint

      String introspectionEndpoint()
      Introspection endpoint string.
      Returns:
      the string
    • introspectionEndpointAuthMethodsSupported

      List<String> introspectionEndpointAuthMethodsSupported()
      Introspection endpoint auth methods supported list.
      Returns:
      the list
    • codeChallengeMethodsSupported

      List<String> codeChallengeMethodsSupported()
      Code challenge methods supported list.
      Returns:
      the list