src/Grant/PasswordCredential.php
Return type of auth()
is undeclared type \Psr\Http\Message\ResponseInterface
Open
Open
public function auth(Client $http, AuthFactory $factory, Scope $scope)
- Exclude checks
Parameter $http
has undeclared type \GuzzleHttp\ClientInterface
Open
Open
public function auth(Client $http, AuthFactory $factory, Scope $scope)
- Exclude checks
Call to method request
from undeclared class \GuzzleHttp\ClientInterface
Open
Open
return $http->request('POST', static::getPathToOAuthToken($factory->client), [
- Exclude checks