authMethodType property

  1. @TagNumber.new(7)
OIDCAuthMethodType get authMethodType

Implementation

@$pb.TagNumber(7)
$23.OIDCAuthMethodType get authMethodType => $_getN(6);
  1. @TagNumber.new(7)
set authMethodType (OIDCAuthMethodType v)

Implementation

@$pb.TagNumber(7)
set authMethodType($23.OIDCAuthMethodType v) { setField(7, v); }