Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-haris committed Oct 27, 2024
1 parent 6287acf commit 9e59aa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ you can use it like this:

```php
use Openseawave\Keycloak\Keycloak;
use OpenSeaWave\Keycloak\Enums\GrantType;

$keycloak = new Keycloak(
baseUrl: 'http://localhost:8080',
username: 'admin',
password: 'admin',
grantType: 'password',
grantType: GrantType::PASSWORD,
clientId: 'admin-cli',
);

Expand Down

0 comments on commit 9e59aa2

Please sign in to comment.