authMethodType property

  1. @TagNumber.new(3)
APIAuthMethodType get authMethodType

Implementation

@$pb.TagNumber(3)
APIAuthMethodType get authMethodType => $_getN(1);
  1. @TagNumber.new(3)
set authMethodType (APIAuthMethodType value)

Implementation

@$pb.TagNumber(3)
set authMethodType(APIAuthMethodType value) => $_setField(3, value);