Skip to content

PeerIdentityStatus

const PeerIdentityStatus: object;

Defined in: src/identity.ts:8

Outcome reported by a peer identity provider.

readonly AVAILABLE: "available" = "available";

The provider produced peer identity evidence.

readonly INVALID: "invalid" = "invalid";

The supplied peer evidence is invalid.

readonly NO_MATCH: "no_match" = "no_match";

The provider found no matching peer identity.

readonly NOT_APPLICABLE: "not_applicable" = "not_applicable";

The provider does not apply to this transport or request.

readonly OFF: "off" = "off";

The provider is not configured.

readonly PERMISSION_DENIED: "permission_denied" = "permission_denied";

The provider lacks permission to inspect peer identity.

readonly UNAVAILABLE: "unavailable" = "unavailable";

The provider could not be reached or queried.

readonly UNTRUSTED_PROXY: "untrusted_proxy" = "untrusted_proxy";

Peer evidence came through an untrusted proxy.