authMethodType property
The authentication method type used by the API to authenticate at the introspection endpoint.
Implementation
@$pb.TagNumber(1)
$7.APIAuthMethodType get authMethodType => $_getN(0);
Implementation
@$pb.TagNumber(1)
set authMethodType($7.APIAuthMethodType value) => $_setField(1, value);