Skip to main content
info
IOTA Identity for Rebased is currently in alpha and may still be subject to significant changes

Proof

@iota/identity-wasm API documentation


Class: Proof

Represents a cryptographic proof that can be used to validate verifiable credentials and presentations.

This representation does not inherently implement any standard; instead, it can be utilized to implement standards or user-defined proofs. The presence of the type field is necessary to accommodate different types of cryptographic proofs.

Note that this proof is not related to JWT and can be used in combination or as an alternative to it.

Methods

type()

type(): string

Returns the type of proof.

Returns

string


properties()

properties(): any

Returns the properties of the proof.

Returns

any


toJSON()

toJSON(): any

Serializes this to a JSON object.

Returns

any


fromJSON()

static fromJSON(json): Proof

Deserializes an instance from a JSON object.

Parameters

json

any

Returns

Proof


clone()

clone(): Proof

Deep clones the object.

Returns

Proof