mirror of
https://github.com/1sept/oauth2-1sept.git
synced 2024-05-30 17:38:52 +03:00
Update README.md
This commit is contained in:
@@ -13,7 +13,7 @@ composer require 1sept/oauth2-1sept
|
||||
## Usage
|
||||
|
||||
```php
|
||||
$provider = new Sept\OAuth2\Client\Provider\SeptemberFirst([
|
||||
$provider = new \Sept\OAuth2\Client\Provider\SeptemberFirstProvider([
|
||||
'clientId' => 'client_id',
|
||||
'clientSecret' => 'secret',
|
||||
'redirectUri' => 'https://example.org/oauth-endpoint',
|
||||
|
||||
Reference in New Issue
Block a user