mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 11:47:53 +02:00
Fix access modifier to match the abstract class declaration
This commit is contained in:
parent
e503826012
commit
36b4cd008a
@ -56,11 +56,9 @@ class OpenId extends AbstractProvider
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a refresh token
|
* {@inheritdoc}
|
||||||
*
|
|
||||||
* @return \Psr\Http\Message\ResponseInterface
|
|
||||||
*/
|
*/
|
||||||
protected function refreshToken(string $refreshToken)
|
public function refreshToken($refreshToken)
|
||||||
{
|
{
|
||||||
return $this->getHttpClient()->post($this->getTokenUrl(), [
|
return $this->getHttpClient()->post($this->getTokenUrl(), [
|
||||||
RequestOptions::FORM_PARAMS => [
|
RequestOptions::FORM_PARAMS => [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user