jwtAudience property

  1. @TagNumber.new(7)
String get 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.

Implementation

@$pb.TagNumber(7)
$core.String get jwtAudience => $_getSZ(6);
  1. @TagNumber.new(7)
set jwtAudience (String value)

Implementation

@$pb.TagNumber(7)
set jwtAudience($core.String value) => $_setString(6, value);