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

KeyBindingJWTValidationOptions

@iota/identity-wasm API documentation


Class: KeyBindingJWTValidationOptions

Options to declare validation criteria when validating credentials.

Methods

toJSON()

toJSON(): any

Serializes this to a JSON object.

Returns

any


fromJSON()

static fromJSON(json): KeyBindingJWTValidationOptions

Deserializes an instance from a JSON object.

Parameters

json

any

Returns

KeyBindingJWTValidationOptions


clone()

clone(): KeyBindingJWTValidationOptions

Deep clones the object.

Returns

KeyBindingJWTValidationOptions