getAuthorizeResponse()
getAuthorizeResponse(array $params, mixed $user_id = null) : mixed
Parameters
| array | $params | |
| mixed | $user_id |
createAuthorizationCode(mixed $client_id, mixed $user_id, string $redirect_uri, string $scope = null) : string
Handle the creation of the authorization code.
| mixed | $client_id |
|
| mixed | $user_id |
|
| string | $redirect_uri |
|
| string | $scope |
|