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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
acceptsSensitivity | readonly | readonly Sensitivity[] | Default acceptsSensitivity for this trust class. | packages/provider/src/trust/classify-local-provider.ts:36 |
reason | readonly | string | One-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 |
trust | readonly | LocalProviderTrust | - | packages/provider/src/trust/classify-local-provider.ts:32 |