public
|
__construct(
string $clientId,
null|string $issuer = null,
?string $clientSecret = null,
TokenEndpointAuthMethod $tokenEndpointAuthMethod = TokenEndpointAuthMethod::None,
null|int<0, max> $clientSecretExpiresAt = null,
)
Parameters
| $clientId |
The client_id, either pre-registered, dynamically registered, or a Client ID Metadata Document URL
|
| $issuer |
The authorization server this identifier belongs to, or null to leave it unbound.
|
| $clientSecretExpiresAt |
Seconds since the epoch at which client_secret expires, 0 when it never does, or null when the server named none.
|
|
#
|