Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/provider / / LocalProviderClassification

Interface: LocalProviderClassification

Defined in: packages/provider/src/trust/classify-local-provider.ts:31

Result of classifyLocalProvider. Carries both the trust class and a short human-readable reason for the WARN log produced by the consuming adapter.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
acceptsSensitivityreadonlyreadonly Sensitivity[]Default acceptsSensitivity for this trust class.packages/provider/src/trust/classify-local-provider.ts:36
reasonreadonlystringOne-line reason — 'loopback IP 127.0.0.1', 'public IP 5.6.7.8 over HTTPS', ...packages/provider/src/trust/classify-local-provider.ts:34
trustreadonlyLocalProviderTrust-packages/provider/src/trust/classify-local-provider.ts:32