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