接口 OAuth2AccessToken
- 所有已知实现类:
OAuthSSOToken
public interface OAuth2AccessToken
-
字段概要
字段修饰符和类型字段说明static final StringThe access token issued by the authorization server.static final Stringstatic final Stringstatic 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.
-
字段详细资料
-
AUTH_PARAM_VALUE
- 另请参阅:
-
AUTH_CODE_VALUE
- 另请参阅:
-
AUTH_REDIRECT_VALUE
- 另请参阅:
-
BEARER_TYPE
- 另请参阅:
-
OAUTH2_TYPE
- 另请参阅:
-
ACCESS_TOKEN
The access token issued by the authorization server. This value is REQUIRED.- 另请参阅:
-
TOKEN_TYPE
The type of the token issued as described in Section 7.1. Value is case insensitive. This value is REQUIRED.- 另请参阅:
-
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.- 另请参阅:
-
REFRESH_TOKEN
-
SCOPE
-