authMethodType property

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

The authentication method type used by the API to authenticate at the introspection endpoint.

Implementation

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

Implementation

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