After the user has approved or denied the access request the authorization server should call this function to
redirect the user appropriately.
public finishClientAuthorization ( boolean $isAuthorized, mixed $data = null, |
||
$isAuthorized | boolean | true or false depending on whether the user authorized the access. |
$data | mixed | Application data |
$request | ||
$scope | string | null | |
리턴 |