audience property
Audience to be used to generate the OIDC Token.
The audience claim identifies the recipient that the JWT is intended for. If unspecified, the destination URI will be used.
Optional.
Implementation
core.String? audience;
Audience to be used to generate the OIDC Token.
The audience claim identifies the recipient that the JWT is intended for. If unspecified, the destination URI will be used.
Optional.
core.String? audience;