$tokenType
$tokenType : \OAuth2\TokenType\TokenTypeInterface
$tokenType : \OAuth2\TokenType\TokenTypeInterface
$tokenStorage : \OAuth2\Storage\AccessTokenInterface
$scopeUtil : \OAuth2\ScopeInterface
$userClaimsStorage : \OAuth2\OpenID\Storage\UserClaimsInterface
__construct(\OAuth2\TokenType\TokenTypeInterface $tokenType, \OAuth2\Storage\AccessTokenInterface $tokenStorage, \OAuth2\OpenID\Storage\UserClaimsInterface $userClaimsStorage, array $config = array(), \OAuth2\ScopeInterface $scopeUtil = null)
Constructor
| \OAuth2\TokenType\TokenTypeInterface | $tokenType | |
| \OAuth2\Storage\AccessTokenInterface | $tokenStorage | |
| \OAuth2\OpenID\Storage\UserClaimsInterface | $userClaimsStorage | |
| array | $config | |
| \OAuth2\ScopeInterface | $scopeUtil |
verifyResourceRequest(\OAuth2\RequestInterface $request, \OAuth2\ResponseInterface $response, null $scope = null) : boolean
Verify the resource request
| \OAuth2\RequestInterface | $request |
|
| \OAuth2\ResponseInterface | $response |
|
| null | $scope |
getAccessTokenData(\OAuth2\RequestInterface $request, \OAuth2\ResponseInterface $response) : array|null
Get access token data.
| \OAuth2\RequestInterface | $request |
|
| \OAuth2\ResponseInterface | $response |
|
handleUserInfoRequest(\OAuth2\RequestInterface $request, \OAuth2\ResponseInterface $response) : void
Handle the user info request
| \OAuth2\RequestInterface | $request | |
| \OAuth2\ResponseInterface | $response |