jwtAudience property
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;
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.
core.String? jwtAudience;