Session
public class Session
Content copied to clipboard
The session is the value object for the session of a user.
Constructors
Functions
from APIResponse
Link copied to clipboard
get Access Token
Link copied to clipboard
The session's access token.
get Expiration Date
Link copied to clipboard
The expiration date of the access token.
has Expired
Link copied to clipboard
boolean hasExpired()
Content copied to clipboard
Uses the current locale's time to check whether or not this session has already expired.