jwtAudience property

String? jwtAudience
final

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

final String? jwtAudience;