public class OAuth2AuthorizationServerMetadataClaimNames
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AUTHORIZATION_ENDPOINT
authorization_endpoint - the URL of the OAuth 2.0 Authorization Endpoint |
static java.lang.String |
CODE_CHALLENGE_METHODS_SUPPORTED
code_challenge_methods_supported - the Proof Key for Code Exchange (PKCE) code_challenge_method values supported |
static java.lang.String |
GRANT_TYPES_SUPPORTED
grant_types_supported - the OAuth 2.0 grant_type values supported |
static java.lang.String |
INTROSPECTION_ENDPOINT
introspection_endpoint - the URL of the OAuth 2.0 Token Introspection Endpoint |
static java.lang.String |
INTROSPECTION_ENDPOINT_AUTH_METHODS_SUPPORTED
introspection_endpoint_auth_methods_supported - the client authentication methods supported by the OAuth 2.0 Token Introspection Endpoint |
static java.lang.String |
ISSUER
issuer - the URL the Authorization Server asserts as its Issuer Identifier |
static java.lang.String |
JWKS_URI
jwks_uri - the URL of the JSON Web Key Set |
static java.lang.String |
RESPONSE_TYPES_SUPPORTED
response_types_supported - the OAuth 2.0 response_type values supported |
static java.lang.String |
REVOCATION_ENDPOINT
revocation_endpoint - the URL of the OAuth 2.0 Token Revocation Endpoint |
static java.lang.String |
REVOCATION_ENDPOINT_AUTH_METHODS_SUPPORTED
revocation_endpoint_auth_methods_supported - the client authentication methods supported by the OAuth 2.0 Token Revocation Endpoint |
static java.lang.String |
SCOPES_SUPPORTED
scopes_supported - the OAuth 2.0 scope values supported |
static java.lang.String |
TOKEN_ENDPOINT
token_endpoint - the URL of the OAuth 2.0 Token Endpoint |
static java.lang.String |
TOKEN_ENDPOINT_AUTH_METHODS_SUPPORTED
token_endpoint_auth_methods_supported - the client authentication methods supported by the OAuth 2.0 Token Endpoint |
Modifier | Constructor and Description |
---|---|
protected |
OAuth2AuthorizationServerMetadataClaimNames() |
public static final java.lang.String ISSUER
issuer
- the URL
the Authorization Server asserts as its Issuer Identifierpublic static final java.lang.String AUTHORIZATION_ENDPOINT
authorization_endpoint
- the URL
of the OAuth 2.0 Authorization Endpointpublic static final java.lang.String TOKEN_ENDPOINT
token_endpoint
- the URL
of the OAuth 2.0 Token Endpointpublic static final java.lang.String TOKEN_ENDPOINT_AUTH_METHODS_SUPPORTED
token_endpoint_auth_methods_supported
- the client authentication methods supported by the OAuth 2.0 Token Endpointpublic static final java.lang.String JWKS_URI
jwks_uri
- the URL
of the JSON Web Key Setpublic static final java.lang.String SCOPES_SUPPORTED
scopes_supported
- the OAuth 2.0 scope
values supportedpublic static final java.lang.String RESPONSE_TYPES_SUPPORTED
response_types_supported
- the OAuth 2.0 response_type
values supportedpublic static final java.lang.String GRANT_TYPES_SUPPORTED
grant_types_supported
- the OAuth 2.0 grant_type
values supportedpublic static final java.lang.String REVOCATION_ENDPOINT
revocation_endpoint
- the URL
of the OAuth 2.0 Token Revocation Endpointpublic static final java.lang.String REVOCATION_ENDPOINT_AUTH_METHODS_SUPPORTED
revocation_endpoint_auth_methods_supported
- the client authentication methods supported by the OAuth 2.0 Token Revocation Endpointpublic static final java.lang.String INTROSPECTION_ENDPOINT
introspection_endpoint
- the URL
of the OAuth 2.0 Token Introspection Endpointpublic static final java.lang.String INTROSPECTION_ENDPOINT_AUTH_METHODS_SUPPORTED
introspection_endpoint_auth_methods_supported
- the client authentication methods supported by the OAuth 2.0 Token Introspection Endpointpublic static final java.lang.String CODE_CHALLENGE_METHODS_SUPPORTED
code_challenge_methods_supported
- the Proof Key for Code Exchange (PKCE) code_challenge_method
values supported