Interface OAuth2AccessToken
- All Known Implementing Classes:
OAuthSSOToken
public interface OAuth2AccessToken
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe access token issued by the authorization server.static final Stringstatic final Stringstatic final StringThe lifetime in seconds of the access token.static final Stringstatic final StringThe refresh token which can be used to obtain new access tokens using the same authorization grant as described in Section 6.static final StringThe scope of the access token as described by Section 3.3static final StringThe type of the token issued as described in Section 7.1.
-
Field Details
-
AUTH_PARAM_VALUE
- See Also:
-
BEARER_TYPE
- See Also:
-
OAUTH2_TYPE
- See Also:
-
ACCESS_TOKEN
The access token issued by the authorization server. This value is REQUIRED.- See Also:
-
TOKEN_TYPE
The type of the token issued as described in Section 7.1. Value is case insensitive. This value is REQUIRED.- See Also:
-
EXPIRES_IN
The lifetime in seconds of the access token. For example, the value "3600" denotes that the access token will expire in one hour from the time the response was generated. This value is OPTIONAL.- See Also:
-
REFRESH_TOKEN
-
SCOPE
-