audience property

String? audience
getter/setter pair

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;