Methods
1 to 6 of 6
- Token::__construct() – Token constructor.
- Token::from_json() – Creates a new token from a JSON string.
- Token::is_expired() – Determines whether or not the token has expired.
- Token::is_valid() – Determines whether or not we have a valid token object.
- Token::to_json() – Returns the token object as a JSON string.
- Token::token() – Returns the access token.