接口 OAuth2AccessToken

所有已知实现类:
OAuthSSOToken

public interface OAuth2AccessToken
  • 字段详细资料

    • AUTH_PARAM_VALUE

      static final String AUTH_PARAM_VALUE
      另请参阅:
    • AUTH_CODE_VALUE

      static final String AUTH_CODE_VALUE
      另请参阅:
    • AUTH_REDIRECT_VALUE

      static final String AUTH_REDIRECT_VALUE
      另请参阅:
    • BEARER_TYPE

      static final String BEARER_TYPE
      另请参阅:
    • OAUTH2_TYPE

      static final String OAUTH2_TYPE
      另请参阅:
    • ACCESS_TOKEN

      static final String ACCESS_TOKEN
      The access token issued by the authorization server. This value is REQUIRED.
      另请参阅:
    • TOKEN_TYPE

      static final String TOKEN_TYPE
      The type of the token issued as described in Section 7.1. Value is case insensitive. This value is REQUIRED.
      另请参阅:
    • EXPIRES_IN

      static final String 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

      static final String REFRESH_TOKEN
      The refresh token which can be used to obtain new access tokens using the same authorization grant as described in Section 6. This value is OPTIONAL.
      另请参阅:
    • SCOPE

      static final String SCOPE
      The scope of the access token as described by Section 3.3
      另请参阅: