Class OAuth2ClientMetadataClaimNames
java.lang.Object
org.springframework.security.oauth2.server.authorization.OAuth2ClientMetadataClaimNames
- Direct Known Subclasses:
OidcClientMetadataClaimNames
The names of the claims defined by OAuth 2.0 Dynamic Client Registration Protocol that
are contained in the OAuth 2.0 Client Registration Request and Response.
- Since:
- 7.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringclient_id- the Client Identifierstatic final Stringclient_id_issued_at- the time at which the Client Identifier was issuedstatic final Stringclient_name- the name of the Client to be presented to the End-Userstatic final Stringclient_secret- the Client Secretstatic final Stringclient_secret_expires_at- the time at which theclient_secretwill expire or 0 if it will not expirestatic final Stringgrant_types- the OAuth 2.0grant_typevalues that the Client will restrict itself to usingstatic final Stringjwks_uri- theURLfor the Client's JSON Web Key Setstatic final Stringredirect_uris- the redirectionURIvalues used by the Clientstatic final Stringresponse_types- the OAuth 2.0response_typevalues that the Client will restrict itself to usingstatic final Stringscope- a space-separated list of OAuth 2.0scopevalues that the Client will restrict itself to usingstatic final Stringtoken_endpoint_auth_method- the authentication method used by the Client for the Token Endpoint -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLIENT_ID
client_id- the Client Identifier- See Also:
-
CLIENT_ID_ISSUED_AT
client_id_issued_at- the time at which the Client Identifier was issued- See Also:
-
CLIENT_SECRET
client_secret- the Client Secret- See Also:
-
CLIENT_SECRET_EXPIRES_AT
client_secret_expires_at- the time at which theclient_secretwill expire or 0 if it will not expire- See Also:
-
CLIENT_NAME
client_name- the name of the Client to be presented to the End-User- See Also:
-
REDIRECT_URIS
redirect_uris- the redirectionURIvalues used by the Client- See Also:
-
TOKEN_ENDPOINT_AUTH_METHOD
token_endpoint_auth_method- the authentication method used by the Client for the Token Endpoint- See Also:
-
GRANT_TYPES
grant_types- the OAuth 2.0grant_typevalues that the Client will restrict itself to using- See Also:
-
RESPONSE_TYPES
response_types- the OAuth 2.0response_typevalues that the Client will restrict itself to using- See Also:
-
SCOPE
scope- a space-separated list of OAuth 2.0scopevalues that the Client will restrict itself to using- See Also:
-
JWKS_URI
jwks_uri- theURLfor the Client's JSON Web Key Set- See Also:
-
-
Constructor Details
-
OAuth2ClientMetadataClaimNames
protected OAuth2ClientMetadataClaimNames()
-