Spaces:
No application file
No application file
mautic
/
app
/bundles
/IntegrationsBundle
/Auth
/Provider
/Oauth2ThreeLegged
/Credentials
/ScopeInterface.php
declare(strict_types=1); | |
namespace Mautic\IntegrationsBundle\Auth\Provider\Oauth2ThreeLegged\Credentials; | |
interface ScopeInterface | |
{ | |
public function getScope(): ?string; | |
} | |