includeEmail property

  1. @TagNumber.new(4)
bool get includeEmail

Include the service account email in the token. If set to true, the token will contain email and email_verified claims.

Implementation

@$pb.TagNumber(4)
$core.bool get includeEmail => $_getBF(3);
  1. @TagNumber.new(4)
set includeEmail (bool value)

Implementation

@$pb.TagNumber(4)
set includeEmail($core.bool value) => $_setBool(3, value);