◆ getClientEntity()
getClientEntity |
( |
|
$clientIdentifier | ) |
|
Get a client.
- Parameters
-
string | $clientIdentifier | The client's identifier |
◆ validateClient()
validateClient |
( |
|
$clientIdentifier, |
|
|
|
$clientSecret, |
|
|
|
$grantType |
|
) |
| |
Validate a client's secret.
- Parameters
-
string | $clientIdentifier | The client's identifier |
string | null | $clientSecret | The client's secret (if sent) |
string | null | $grantType | The type of grant the client is using (if sent) |
◆ verifySecret()
verifySecret |
( |
|
$clientSecret, |
|
|
|
$storedHash |
|
) |
| |
|
protected |
- Parameters
-
string | $clientSecret | |
string | $storedHash | |
The documentation for this class was generated from the following file: