Remvoed <<<<heads
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
# General OAuth2-Client
|
# General OAuth2-Client
|
||||||
|
|
||||||
To use this general OAuth2 client-class, include it with
|
To use this general OAuth2 client-class, include it with
|
||||||
<<<<<<< HEAD
|
|
||||||
```
|
```
|
||||||
require_once('OAuth2Client.php');
|
require_once('OAuth2Client.php');
|
||||||
$oauth2 = new OAuth2([
|
$oauth2 = new OAuth2([
|
||||||
@ -26,7 +25,6 @@ To use this general OAuth2 client-class, include it with
|
|||||||
|
|
||||||
Optional -
|
Optional -
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
```(string) $authorization_type``` defaults to Bearer
|
```(string) $authorization_type``` defaults to Bearer
|
||||||
```(boolean) $session``` specifies whether the state is to be saved in _SESSION storage, defaults to false
|
```(boolean) $session``` specifies whether the state is to be saved in _SESSION storage, defaults to false
|
||||||
```(boolean) $verify``` is whether to verify SSL of host and peer, defaults to true
|
```(boolean) $verify``` is whether to verify SSL of host and peer, defaults to true
|
||||||
|
Reference in New Issue
Block a user