Skip to content

Commit

Permalink
Remove unnecessary custom AccessToken class
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Oct 11, 2022
1 parent f471974 commit 0d5e5cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 87 deletions.
2 changes: 1 addition & 1 deletion src/Provider/Genesys.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,6 @@ protected function createResourceOwner(array $response, AccessToken $token): Res
*/
protected function createAccessToken(array $response, AbstractGrant $grant): AccessTokenInterface
{
return new GenesysAccessToken($response);
return new AccessToken($response);
}
}
86 changes: 0 additions & 86 deletions src/Token/GenesysAccessToken.php

This file was deleted.

0 comments on commit 0d5e5cd

Please sign in to comment.