audience property

String? audience
getter/setter pair

Audience to be used when generating OIDC token.

The audience claim identifies the recipients that the JWT is intended for.

Implementation

core.String? audience;