Skip to content

IdentityAssurance

const IdentityAssurance: object;

Defined in: src/identity.ts:31

Mechanism that established a peer identity.

readonly CONFIGURED_PROXY: "configured_proxy" = "configured_proxy";

Identity was asserted by a configured trusted proxy.

readonly CRYPTOGRAPHIC_PEER: "cryptographic_peer" = "cryptographic_peer";

Identity is bound directly to a cryptographic peer.

readonly LOCAL_DAEMON: "local_daemon" = "local_daemon";

Identity was reported by a trusted local daemon.