getAccessToken()
getAccessToken(string $oauth_token) : array|null
Look up the supplied oauth_token from storage.
We need to retrieve access token data as we create and verify tokens.
Parameters
| string | $oauth_token |
|
Returns
array|null —- An associative array as below, and return NULL if the supplied oauth_token is invalid: