Methods |
public
|
getToken(): string
Returns the access token string of this instance.
Returns the access token string of this instance.
Implemented by
|
#
|
public
|
getRefreshToken(): string|null
Returns the refresh token, if defined.
Returns the refresh token, if defined.
Implemented by
|
#
|
public
|
getExpires(): integer|null
Returns the expiration timestamp in seconds, if defined.
Returns the expiration timestamp in seconds, if defined.
Implemented by
|
#
|
public
|
hasExpired(): boolean
Checks if this token has expired.
Checks if this token has expired.
Returns
true if the token has expired, false otherwise.
Throws
Implemented by
|
#
|
public
|
getValues(): array
Returns additional vendor values stored in the token.
Returns additional vendor values stored in the token.
Implemented by
|
#
|
public
|
__toString(): string
Returns a string representation of the access token
Returns a string representation of the access token
Implemented by
|
#
|
public
|
jsonSerialize(): array
Returns an array of parameters to serialize when this is serialized with
json_encode().
Returns an array of parameters to serialize when this is serialized with
json_encode().
|
#
|