IdentityAssurance
const IdentityAssurance: object;Defined in: src/identity.ts:31
Mechanism that established a peer identity.
Type Declaration
Section titled “Type Declaration”CONFIGURED_PROXY
Section titled “CONFIGURED_PROXY”readonly CONFIGURED_PROXY: "configured_proxy" = "configured_proxy";Identity was asserted by a configured trusted proxy.
CRYPTOGRAPHIC_PEER
Section titled “CRYPTOGRAPHIC_PEER”readonly CRYPTOGRAPHIC_PEER: "cryptographic_peer" = "cryptographic_peer";Identity is bound directly to a cryptographic peer.
LOCAL_DAEMON
Section titled “LOCAL_DAEMON”readonly LOCAL_DAEMON: "local_daemon" = "local_daemon";Identity was reported by a trusted local daemon.
