public
|
__construct(
string $clientId,
null|string $issuer = null,
?string $clientSecret = null,
TokenEndpointAuthMethod $tokenEndpointAuthMethod = TokenEndpointAuthMethod::None,
)
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. An unbound identifier is honoured by whichever server discovery
names, which is what credentials issued out of band look like before the
client knows the issuer. A bound one is refused anywhere else.
|
|
#
|