update
This commit is contained in:
20
modules/pshowsso/vendor/league/oauth2-facebook/src/Grant/FbExchangeToken.php
vendored
Normal file
20
modules/pshowsso/vendor/league/oauth2-facebook/src/Grant/FbExchangeToken.php
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace Pshowsso\Scope68f5e85e9608b\League\OAuth2\Client\Grant;
|
||||
|
||||
class FbExchangeToken extends AbstractGrant
|
||||
{
|
||||
public function __toString(): string
|
||||
{
|
||||
return 'fb_exchange_token';
|
||||
}
|
||||
protected function getRequiredRequestParameters(): array
|
||||
{
|
||||
return ['fb_exchange_token'];
|
||||
}
|
||||
protected function getName(): string
|
||||
{
|
||||
return 'fb_exchange_token';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user