includeWithoutDomain property

  1. @TagNumber.new(1)
bool get includeWithoutDomain

List also auth method types without domain information like passkey and U2F added through V1 APIs / Login UI.

Implementation

@$pb.TagNumber(1)
$core.bool get includeWithoutDomain => $_getBF(0);
  1. @TagNumber.new(1)
set includeWithoutDomain (bool value)

Implementation

@$pb.TagNumber(1)
set includeWithoutDomain($core.bool value) => $_setBool(0, value);