Return client details

This commit is contained in:
Alex Bilbie 2012-12-11 12:09:56 +00:00
parent 912cd3fa25
commit 6553fb3f22

View File

@ -163,6 +163,8 @@ class Server
throw new ClientException($this->errors['invalid_client'], 8);
}
$params['client_details'] = $clientDetails;
// Response type
if ( ! isset($authParams['response_type']) && ! isset($_GET['response_type'])) {