domain property
Domain on which the user currently is or will be authenticated.
Implementation
@$pb.TagNumber(4)
$core.String get domain => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set domain($core.String v) { $_setString(3, v); }
Domain on which the user currently is or will be authenticated.
@$pb.TagNumber(4)
$core.String get domain => $_getSZ(3);
@$pb.TagNumber(4)
set domain($core.String v) { $_setString(3, v); }