Java org.springframework.security.oauth2.common OAuth2AccessToken fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.oauth2.common OAuth2AccessToken fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.oauth2.common OAuth2AccessToken.

The text is from its open source code.

Implementation

org.springframework.security.oauth2.common.OAuth2AccessToken has the following implementations.
Click this link to see all its implementation.

Field

StringBEARER_TYPE
StringACCESS_TOKEN
The access token issued by the authorization server.
StringTOKEN_TYPE
The type of the token issued as described in Section 7.1.
StringEXPIRES_IN
The lifetime in seconds of the access token.
StringREFRESH_TOKEN
The refresh token which can be used to obtain new access tokens using the same authorization grant as described in Section 6.
StringSCOPE
The scope of the access token as described by Section 3.3

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
MapgetAdditionalInformation()
The additionalInformation map is used by the token serializers to export any fields used by extensions of OAuth.
ClassgetClass()
Returns the runtime class of this Object .
DategetExpiration()
intgetExpiresIn()
OAuth2RefreshTokengetRefreshToken()
SetgetScope()
StringgetTokenType()
StringgetValue()
booleanisExpired()