Update README.md
This commit is contained in:
parent
79b972b68e
commit
168d0660f9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue