Interface SpringDocOAuth2AuthorizationServerMetadata
public interface SpringDocOAuth2AuthorizationServerMetadata
The type Spring doc o auth 2 authorization server metadata.
- Author:
- bnasslahsen, yuta.saito
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionAuthorization endpoint string.Code challenge methods supported list.Grant types supported list.Introspection endpoint string.Introspection endpoint auth methods supported list.issuer()Issuer string.jwksUri()Jwks uri string.Response types supported list.Revocation endpoint string.Revocation endpoint auth methods supported list.Token endpoint string.Token endpoint auth methods supported list.
-
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
Token endpoint auth methods supported list.- Returns:
- the list
-
jwksUri
String jwksUri()Jwks uri string.- Returns:
- the string
-
responseTypesSupported
Response types supported list.- Returns:
- the list
-
grantTypesSupported
Grant types supported list.- Returns:
- the list
-
revocationEndpoint
String revocationEndpoint()Revocation endpoint string.- Returns:
- the string
-
revocationEndpointAuthMethodsSupported
Revocation endpoint auth methods supported list.- Returns:
- the list
-
introspectionEndpoint
String introspectionEndpoint()Introspection endpoint string.- Returns:
- the string
-
introspectionEndpointAuthMethodsSupported
Introspection endpoint auth methods supported list.- Returns:
- the list
-
codeChallengeMethodsSupported
Code challenge methods supported list.- Returns:
- the list
-