Skip to content

Commit

Permalink
Update KeycloakSessions.php
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Dec 8, 2023
1 parent 8914f61 commit 066b1cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Drago/Keycloak/KeycloakSessions.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,11 @@
use League\OAuth2\Client\Token\AccessTokenInterface;
use Nette\Http\Session;
use Nette\Http\SessionSection;
use Nette\SmartObject;
use Stevenmaguire\OAuth2\Client\Provider\KeycloakResourceOwner;


class KeycloakSessions
{
use SmartObject;

private const State = 'oauth2state';
private const Token = 'accessToken';
private const Resource = 'resourceOwner';
Expand Down

0 comments on commit 066b1cb

Please sign in to comment.