Update README.md

This commit is contained in:
Kasper Rynning-Tønnesen 2016-06-30 15:06:48 +02:00 committed by GitHub
parent 79b972b68e
commit 168d0660f9
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ $oauth2 = new OAuth2(
$authorization_type, $authorization_type,
$session, $session,
$verify, $verify,
$grant_type, $response_type); $grant_type,
$response_type);
``` ```
```$client_id``` is client id of the OAuth2 application ```$client_id``` is client id of the OAuth2 application