Package com.adobe.granite.auth.oauth
Interface AccessTokenProviderConstants
Constants related to
AccessTokenProvider providers and
AccessTokenRequestCustomizer customizers.- Since:
- 3.6
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringassertion as in rfc7523static final Stringclient_id as in rfc7523static final StringThe key name to reference the default headers in a request context.static final StringThe key name to reference a JWT in a request context.static final StringThe key name to reference the default parameters in a request context.static final StringThe key name to reference the URI used to obtain an access token in a request context.static final Stringgrant_type as in rfc7523static final Stringscope as in rfc7523
-
Field Details
-
CONTEXT_JWT
The key name to reference a JWT in a request context.The value referenced is of type
Stringand consists of a JSON Web Token.- See Also:
-
CONTEXT_URI
The key name to reference the URI used to obtain an access token in a request context.The value referenced is of type
Stringand consists of a URI.- See Also:
-
CONTEXT_PARAMETERS
The key name to reference the default parameters in a request context.- See Also:
-
CONTEXT_HEADERS
The key name to reference the default headers in a request context.- See Also:
-
GRANT_TYPE
grant_type as in rfc7523- See Also:
-
CLIENT_ID
client_id as in rfc7523- See Also:
-
SCOPE
scope as in rfc7523- See Also:
-
ASSERTION
assertion as in rfc7523- See Also:
-