Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
garex committed Sep 29, 2020
1 parent b7010e3 commit 20756bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/EsiaProvider.php
Expand Up @@ -206,7 +206,7 @@ protected function checkResponse(ResponseInterface $response, $data)

protected function createAccessToken(array $response, AbstractGrant $grant)
{
return new EsiaAccessToken($response, $this->remoteCertificatePath, $this->remoteSigner);
return new EsiaAccessToken($response, $this->remotePublicKey, $this->remoteSigner);
}

protected function createResourceOwner(array $response, AccessToken $token)
Expand Down

0 comments on commit 20756bc

Please sign in to comment.