We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using that code to get the access token
$client = new League\OAuth2\Client\Provider\Apple([ 'clientId' => $this->apple_clientId , 'teamId' => $this->apple_teamId, 'keyFileId' => $this->apple_keyFileId, 'keyFilePath' => $this->apple_keyFilePath, 'redirectUri' => $this->apple_redirectUri, ]); $token = $client->getAccessToken('authorization_code', [ 'code' => $idToken ]);
results : PHP Fatal error: Uncaught Error: Cannot instantiate interface Lcobucci\JWT\Token in [/var/www/vhosts/..../lcobucci/jwt/src/Token/Builder.php]:122 PHP version : 7.4.33
PHP Fatal error: Uncaught Error: Cannot instantiate interface Lcobucci\JWT\Token in [/var/www/vhosts/..../lcobucci/jwt/src/Token/Builder.php]:122
The text was updated successfully, but these errors were encountered:
No branches or pull requests
using that code to get the access token
results :
PHP Fatal error: Uncaught Error: Cannot instantiate interface Lcobucci\JWT\Token in [/var/www/vhosts/..../lcobucci/jwt/src/Token/Builder.php]:122
PHP version : 7.4.33
The text was updated successfully, but these errors were encountered: