$storage
$storage : \OAuth2\Storage\UserCredentialsInterface
$storage : \OAuth2\Storage\UserCredentialsInterface
__construct(\OAuth2\Storage\UserCredentialsInterface $storage)
| \OAuth2\Storage\UserCredentialsInterface | $storage |
|
validateRequest(\OAuth2\RequestInterface $request, \OAuth2\ResponseInterface $response) : boolean|mixed|null
| \OAuth2\RequestInterface | $request | |
| \OAuth2\ResponseInterface | $response |
createAccessToken(\OAuth2\ResponseType\AccessTokenInterface $accessToken, mixed $client_id, mixed $user_id, string $scope) : array
Create access token
| \OAuth2\ResponseType\AccessTokenInterface | $accessToken | |
| mixed | $client_id |
|
| mixed | $user_id |
|
| string | $scope |
|