authMethodType property

  1. @TagNumber(3)
APIAuthMethodType authMethodType

Implementation

@$pb.TagNumber(3)
APIAuthMethodType get authMethodType => $_getN(1);
  1. @TagNumber(3)
void authMethodType=(APIAuthMethodType v)

Implementation

@$pb.TagNumber(3)
set authMethodType(APIAuthMethodType v) { setField(3, v); }