Copied!

ClientRegistry

ClientRegistry.php : 13

Methods

publicgetClient()

ClientRegistry.php : 19
public getClient(string $identifier) : OAuth2ClientInterface

Parameters

Name Type Default value Description
$identifier string - -

Return values

OAuth2ClientInterface

Tags
Throws
DisabledClientException
Throws
UnavailableClientException

publichasClient()

ClientRegistry.php : 21
public hasClient(string $identifier) : bool

Parameters

Name Type Default value Description
$identifier string - -

Return values

bool