authMethodType property

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

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

Implementation

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

Implementation

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