public
|
__construct(
list<string> $audience,
int<1, max> $expiresAt,
list<non-empty-string> $scopes = [],
null|non-empty-string $subject = null,
null|non-empty-string $clientId = null,
)
Parameters
| $audience |
Resources the token was issued for, at least one of which must be this server
|
| $expiresAt |
Unix timestamp the token expires at
|
| $scopes |
Scopes the token was granted
|
| $subject |
Principal the token acts for, absent when it carries no non-empty sub claim
|
| $clientId |
OAuth client the token was issued to, absent when it names none
|
|
#
|