public final class OidcClientMetadataClaimNames
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLIENT_ID
client_id - the Client Identifier |
static java.lang.String |
CLIENT_ID_ISSUED_AT
client_id_issued_at - the time at which the Client Identifier was issued |
static java.lang.String |
CLIENT_NAME
client_name - the name of the Client to be presented to the End-User |
static java.lang.String |
CLIENT_SECRET
client_secret - the Client Secret |
static java.lang.String |
CLIENT_SECRET_EXPIRES_AT
client_secret_expires_at - the time at which the client_secret will expire or 0 if it will not expire |
static java.lang.String |
GRANT_TYPES
grant_types - the OAuth 2.0 grant_type values that the Client will restrict itself to using |
static java.lang.String |
ID_TOKEN_SIGNED_RESPONSE_ALG
id_token_signed_response_alg - the JWS algorithm required for signing the ID Token issued to the Client |
static java.lang.String |
JWKS_URI
jwks_uri - the URL for the Client's JSON Web Key Set |
static java.lang.String |
REDIRECT_URIS
redirect_uris - the redirection URI values used by the Client |
static java.lang.String |
REGISTRATION_ACCESS_TOKEN
registration_access_token - the Registration Access Token that can be used at the Client Configuration Endpoint |
static java.lang.String |
REGISTRATION_CLIENT_URI
registration_client_uri - the URL of the Client Configuration Endpoint where the Registration Access Token can be used |
static java.lang.String |
RESPONSE_TYPES
response_types - the OAuth 2.0 response_type values that the Client will restrict itself to using |
static java.lang.String |
SCOPE
scope - a space-separated list of OAuth 2.0 scope values that the Client will restrict itself to using |
static java.lang.String |
TOKEN_ENDPOINT_AUTH_METHOD
token_endpoint_auth_method - the authentication method used by the Client for the Token Endpoint |
static java.lang.String |
TOKEN_ENDPOINT_AUTH_SIGNING_ALG
token_endpoint_auth_signing_alg - the JWS algorithm that must be used for signing the JWT
used to authenticate the Client at the Token Endpoint for the private_key_jwt and
client_secret_jwt authentication methods |
public static final java.lang.String CLIENT_ID
client_id - the Client Identifierpublic static final java.lang.String CLIENT_ID_ISSUED_AT
client_id_issued_at - the time at which the Client Identifier was issuedpublic static final java.lang.String CLIENT_SECRET
client_secret - the Client Secretpublic static final java.lang.String CLIENT_SECRET_EXPIRES_AT
client_secret_expires_at - the time at which the client_secret will expire or 0 if it will not expirepublic static final java.lang.String CLIENT_NAME
client_name - the name of the Client to be presented to the End-Userpublic static final java.lang.String REDIRECT_URIS
redirect_uris - the redirection URI values used by the Clientpublic static final java.lang.String TOKEN_ENDPOINT_AUTH_METHOD
token_endpoint_auth_method - the authentication method used by the Client for the Token Endpointpublic static final java.lang.String TOKEN_ENDPOINT_AUTH_SIGNING_ALG
token_endpoint_auth_signing_alg - the JWS algorithm that must be used for signing the JWT
used to authenticate the Client at the Token Endpoint for the private_key_jwt and
client_secret_jwt authentication methodspublic static final java.lang.String GRANT_TYPES
grant_types - the OAuth 2.0 grant_type values that the Client will restrict itself to usingpublic static final java.lang.String RESPONSE_TYPES
response_types - the OAuth 2.0 response_type values that the Client will restrict itself to usingpublic static final java.lang.String SCOPE
scope - a space-separated list of OAuth 2.0 scope values that the Client will restrict itself to usingpublic static final java.lang.String JWKS_URI
jwks_uri - the URL for the Client's JSON Web Key Setpublic static final java.lang.String ID_TOKEN_SIGNED_RESPONSE_ALG
id_token_signed_response_alg - the JWS algorithm required for signing the ID Token issued to the Clientpublic static final java.lang.String REGISTRATION_ACCESS_TOKEN
registration_access_token - the Registration Access Token that can be used at the Client Configuration Endpointpublic static final java.lang.String REGISTRATION_CLIENT_URI
registration_client_uri - the URL of the Client Configuration Endpoint where the Registration Access Token can be used