authMethodType property

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

Implementation

@$pb.TagNumber(7)
OIDCAuthMethodType get authMethodType => $_getN(5);
  1. @TagNumber.new(7)
set authMethodType (OIDCAuthMethodType value)

Implementation

@$pb.TagNumber(7)
set authMethodType(OIDCAuthMethodType value) => $_setField(7, value);