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