コード例 #1
0
ファイル: Azure.php プロジェクト: thenetworg/oauth2-azure
 public function getResourceOwner(\League\OAuth2\Client\Token\AccessToken $token)
 {
     $data = $token->getIdTokenClaims();
     return $this->createResourceOwner($data, $token);
 }