includeEmail property
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);
Implementation
@$pb.TagNumber(4)
set includeEmail($core.bool value) => $_setBool(3, value);