Skip to content

Commit

Permalink
feat: remove private method
Browse files Browse the repository at this point in the history
  • Loading branch information
64knl committed Mar 15, 2024
1 parent 0ebe7e8 commit b6eca26
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Services/Auth/RemoteTokenDecoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ protected function verifyToken(): void
}

public function getDecodedToken(): \stdClass
{
return $this->getRemoteAuthenticatedToken();
}

private function getRemoteAuthenticatedToken(): \stdClass
{
if ($this->decodedToken === null) {
$userEndpoint = $this->openIdConfiguration['userinfo_endpoint'];
Expand Down

0 comments on commit b6eca26

Please sign in to comment.