final |
|---|
readonly |
Pre-registered client identity presented with private_key_jwt authentication: a signed JWT client
assertion in place of a shared secret.
| Methods | ||
|---|---|---|
public
|
__construct(
non-empty-string $clientId,
non-empty-string $privateKeyPem,
non-empty-string $algorithm,
null|non-empty-string $keyId = null,
)
|
# |
| Properties | |||
|---|---|---|---|
public
|
non-empty-string
|
$clientId
|
# |
public
|
non-empty-string
|
$privateKeyPem
|
# |
public
|
non-empty-string
|
$algorithm
|
# |
public
|
null|non-empty-string
|
$keyId
|
# |