A token store is used to save and load an OAuth client credentials access token. Implementations of this interface will individually determine where the credentials are actually stored.
| Methods | ||
|---|---|---|
public
|
get_token(): string|null
|
# |
public
|
get_token_expiry(): integer|null
|
# |
public
|
store_token(string $token, integer $expiry): boolean
|
# |