PeerIdentityStatus
const PeerIdentityStatus: object;Defined in: src/identity.ts:8
Outcome reported by a peer identity provider.
Type Declaration
Section titled “Type Declaration”AVAILABLE
Section titled “AVAILABLE”readonly AVAILABLE: "available" = "available";The provider produced peer identity evidence.
INVALID
Section titled “INVALID”readonly INVALID: "invalid" = "invalid";The supplied peer evidence is invalid.
NO_MATCH
Section titled “NO_MATCH”readonly NO_MATCH: "no_match" = "no_match";The provider found no matching peer identity.
NOT_APPLICABLE
Section titled “NOT_APPLICABLE”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.
PERMISSION_DENIED
Section titled “PERMISSION_DENIED”readonly PERMISSION_DENIED: "permission_denied" = "permission_denied";The provider lacks permission to inspect peer identity.
UNAVAILABLE
Section titled “UNAVAILABLE”readonly UNAVAILABLE: "unavailable" = "unavailable";The provider could not be reached or queried.
UNTRUSTED_PROXY
Section titled “UNTRUSTED_PROXY”readonly UNTRUSTED_PROXY: "untrusted_proxy" = "untrusted_proxy";Peer evidence came through an untrusted proxy.
