Exemplo n.º 1
0
 /**
  * Get a new AccessToken.
  * @return League\OAuth2\Client\Token\AccessToken
  */
 protected function getToken()
 {
     return $this->provider->getAccessToken($this->getGrant(), ['refresh_token' => $this->oauthRefreshToken]);
 }