We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5778fd9 commit 2f49feaCopy full SHA for 2f49fea
examples/OAuthExampleProviderFactory.php
@@ -88,7 +88,7 @@ public function getProvider(
88
):OAuthInterface|OAuth1Interface|OAuth2Interface{
89
$options = new OAuthOptions;
90
/** @param \chillerlan\OAuth\Core\OAuthInterface $providerFQN */
91
- $options->key = ($this->getEnvVar($providerFQN::IIDENTIFIER.'_KEY') ?? '');
+ $options->key = ($this->getEnvVar($providerFQN::IDENTIFIER.'_KEY') ?? '');
92
$options->secret = ($this->getEnvVar($providerFQN::IDENTIFIER.'_SECRET') ?? '');
93
$options->callbackURL = ($this->getEnvVar($providerFQN::IDENTIFIER.'_CALLBACK_URL') ?? '');
94
$options->tokenAutoRefresh = true;
0 commit comments