Closed josematheus10 closed 4 years ago
How do I get the user_id saved in the oauth_access_tokens table?
public function UserInfo(){ $token = $this->server->getAccessTokenData($this->request, $this->response); return $token; }
How do I get the user_id saved in the oauth_access_tokens table?