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:Session
Gets the session's access token.- Specified by:
getAccessToken
in interfaceSession
- Returns:
- The session's access token.
-
getRefreshToken
Description copied from interface:Session
Gets the session's refresh token.- Specified by:
getRefreshToken
in interfaceSession
- Returns:
- The session's refresh token.
-
getScopes
Description copied from interface:Session
Gets the session'sScopes
. -
getTokenType
Description copied from interface:Session
Gets the session's token type.- Specified by:
getTokenType
in interfaceSession
- Returns:
- The session's token type.
-
getExpiration
Description copied from interface:Session
Gets the session's expiration time.- Specified by:
getExpiration
in interfaceSession
- Returns:
- The session's expiration time.
-