domain property

  1. @TagNumber(4)
String get domain

Domain on which the user currently is or will be authenticated.

Implementation

@$pb.TagNumber(4)
$core.String get domain => $_getSZ(3);
  1. @TagNumber(4)
set domain (String v)

Implementation

@$pb.TagNumber(4)
set domain($core.String v) { $_setString(3, v); }