$storage
$storage :
__construct(\OAuth2\OpenID\Storage\AuthorizationCodeInterface $storage, array $config = array())
Constructor
| \OAuth2\OpenID\Storage\AuthorizationCodeInterface | $storage | |
| array | $config |
createAuthorizationCode(mixed $client_id, mixed $user_id, string $redirect_uri, string $scope = null, string $id_token = null) : string
Handle the creation of the authorization code.
| mixed | $client_id |
|
| mixed | $user_id |
|
| string | $redirect_uri |
|
| string | $scope |
|
| string | $id_token |
|