Skip to main content

JwpVerificationOptions

@iota/identity-wasm API documentation


Class: JwpVerificationOptions

Holds additional options for verifying a JWP

Methods​

toJSON()​

Call Signature​

toJSON(): Object

  • Return copy of self without private attributes.
Returns​

Object

Call Signature​

toJSON(): any

Serializes this to a JSON object.

Returns​

any


toString()​

toString(): string

Return stringified version of self.

Returns​

string


clone()​

clone(): JwpVerificationOptions

Deep clones the object.

Returns​

JwpVerificationOptions


fromJSON()​

static fromJSON(json): JwpVerificationOptions

Deserializes an instance from a JSON object.

Parameters​

json​

any

Returns​

JwpVerificationOptions