domain property
Domain on which the user currently is or will be authenticated.
Implementation
@$pb.TagNumber(1)
$core.String get domain => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set domain($core.String value) => $_setString(0, value);
Domain on which the user currently is or will be authenticated.
@$pb.TagNumber(1)
$core.String get domain => $_getSZ(0);
@$pb.TagNumber(1)
set domain($core.String value) => $_setString(0, value);