public static final class ConfigurationSettingNames.Client
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JWK_SET_URL
Set the
URL for the Client's JSON Web Key Set. |
static java.lang.String |
REQUIRE_AUTHORIZATION_CONSENT
Set to
true if authorization consent is required when the client requests access. |
static java.lang.String |
REQUIRE_PROOF_KEY
Set to
true if the client is required to provide a proof key challenge and verifier
when performing the Authorization Code Grant flow. |
static java.lang.String |
TOKEN_ENDPOINT_AUTHENTICATION_SIGNING_ALGORITHM
Set 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 REQUIRE_PROOF_KEY
true
if the client is required to provide a proof key challenge and verifier
when performing the Authorization Code Grant flow.public static final java.lang.String REQUIRE_AUTHORIZATION_CONSENT
true
if authorization consent is required when the client requests access.
This applies to all interactive flows (e.g. authorization_code
and device_code
).public static final java.lang.String JWK_SET_URL
URL
for the Client's JSON Web Key Set.public static final java.lang.String TOKEN_ENDPOINT_AUTHENTICATION_SIGNING_ALGORITHM
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.