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

JwtCredentialValidationOptions

@iota/identity-wasm API documentation


Class: JwtCredentialValidationOptions

Options to declare validation criteria when validating credentials.

Methods

toJSON()

toJSON(): any

Serializes this to a JSON object.

Returns

any


fromJSON()

static fromJSON(json): JwtCredentialValidationOptions

Deserializes an instance from a JSON object.

Parameters

json

any

Returns

JwtCredentialValidationOptions


clone()

clone(): JwtCredentialValidationOptions

Deep clones the object.

Returns

JwtCredentialValidationOptions