Package io.meeds.oauth.linkedin
Class LinkedinAccessTokenContext
java.lang.Object
io.meeds.oauth.spi.AccessTokenContext
io.meeds.oauth.linkedin.LinkedinAccessTokenContext
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.github.scribejava.core.model.OAuth2AccessTokenfinal com.github.scribejava.core.oauth.OAuth20ServiceFields inherited from class io.meeds.oauth.spi.AccessTokenContext
DELIMITER -
Constructor Summary
ConstructorsConstructorDescriptionLinkedinAccessTokenContext(com.github.scribejava.core.model.OAuth2AccessToken accessToken, com.github.scribejava.core.oauth.OAuth20Service oauth20Service) -
Method Summary
Methods inherited from class io.meeds.oauth.spi.AccessTokenContext
addScope, equals, getScopesAsString, hashCode, isScopeAvailable, toString
-
Field Details
-
accessToken
public final com.github.scribejava.core.model.OAuth2AccessToken accessToken -
oauth20Service
public final transient com.github.scribejava.core.oauth.OAuth20Service oauth20Service
-
-
Constructor Details
-
LinkedinAccessTokenContext
public LinkedinAccessTokenContext(com.github.scribejava.core.model.OAuth2AccessToken accessToken, com.github.scribejava.core.oauth.OAuth20Service oauth20Service)
-
-
Method Details
-
getAccessToken
- Specified by:
getAccessTokenin classAccessTokenContext- Returns:
- String representation of access token
-