ClientRepository
implements
ClientRepositoryInterface
Table of Contents
Interfaces
- ClientRepositoryInterface
Methods
-
__construct()
: mixed
-
getClientEntity()
: Client|null
-
validateClient()
: bool
__construct()
public
__construct(PDO $pdo) : mixed
Parameters
-
$pdo
: PDO
-
getClientEntity()
public
getClientEntity(string $clientIdentifier) : Client|null
Parameters
-
$clientIdentifier
: string
-
validateClient()
public
validateClient(string $clientIdentifier, string $clientSecret, string $grantType) : bool
Parameters
-
$clientIdentifier
: string
-
-
$clientSecret
: string
-
-
$grantType
: string
-