authConfig property

  1. @TagNumber(3)
AuthConfig get authConfig

Implementation

@$pb.TagNumber(3)
$0.AuthConfig get authConfig => $_getN(2);
  1. @TagNumber(3)
set authConfig (AuthConfig v)

Implementation

@$pb.TagNumber(3)
set authConfig($0.AuthConfig v) { setField(3, v); }