@ProviderType public interface AccessTokenProviderConstants
AccessTokenProvider
providers and
AccessTokenRequestCustomizer
customizers.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ASSERTION
assertion as in rfc7523
|
static java.lang.String |
CLIENT_ID
client_id as in rfc7523
|
static java.lang.String |
CONTEXT_HEADERS
The key name to reference the default headers in a request context.
|
static java.lang.String |
CONTEXT_JWT
The key name to reference a JWT in a request context.
|
static java.lang.String |
CONTEXT_PARAMETERS
The key name to reference the default parameters in a request context.
|
static java.lang.String |
CONTEXT_URI
The key name to reference the URI used to obtain an access token in a request context.
|
static java.lang.String |
GRANT_TYPE
grant_type as in rfc7523
|
static java.lang.String |
SCOPE
scope as in rfc7523
|
static final java.lang.String CONTEXT_JWT
The value referenced is of type String
and consists of a JSON Web Token.
static final java.lang.String CONTEXT_URI
The value referenced is of type String
and consists of a URI.
static final java.lang.String CONTEXT_PARAMETERS
The value referenced is of type Map
<String
,String
>.
static final java.lang.String CONTEXT_HEADERS
The value referenced is of type Map
<String
,List
<String
>>.
static final java.lang.String GRANT_TYPE
static final java.lang.String CLIENT_ID
static final java.lang.String SCOPE
static final java.lang.String ASSERTION
Copyright © 2010 - 2020 Adobe. All Rights Reserved