Class DefaultSessionController.DefaultSession
java.lang.Object
com.jagrosh.jdautilities.oauth2.session.DefaultSessionController.DefaultSession
- All Implemented Interfaces:
Session
- Enclosing class:
DefaultSessionController
-
Method Details
-
getAccessToken
Description copied from interface:SessionGets the session's access token.- Specified by:
getAccessTokenin interfaceSession- Returns:
- The session's access token.
-
getRefreshToken
Description copied from interface:SessionGets the session's refresh token.- Specified by:
getRefreshTokenin interfaceSession- Returns:
- The session's refresh token.
-
getScopes
Description copied from interface:SessionGets the session'sScopes. -
getTokenType
Description copied from interface:SessionGets the session's token type.- Specified by:
getTokenTypein interfaceSession- Returns:
- The session's token type.
-
getExpiration
Description copied from interface:SessionGets the session's expiration time.- Specified by:
getExpirationin interfaceSession- Returns:
- The session's expiration time.
-