jwtAudience property

String? jwtAudience
getter/setter pair

The JWT audience is used when generating a JWT ID token for the backend.

This ID token will be added in the HTTP "authorization" header, and sent to the backend.

Implementation

core.String? jwtAudience;