Skip to main content
Version: 1.4

Class: JptCredentialValidationOptions

identity_wasm.JptCredentialValidationOptions

Options to declare validation criteria for Jpt.

Table of contents

Constructors

Methods

Constructors

constructor

new JptCredentialValidationOptions(opts?)

Creates a new default istance.

Parameters

NameType
opts?IJptCredentialValidationOptions

Methods

toJSON

toJSON(): Object

  • Return copy of self without private attributes.

Returns

Object

toJSON(): any

Serializes this to a JSON object.

Returns

any


toString

toString(): string

Return stringified version of self.

Returns

string


clone

clone(): JptCredentialValidationOptions

Deep clones the object.

Returns

JptCredentialValidationOptions


fromJSON

Static fromJSON(json): JptCredentialValidationOptions

Deserializes an instance from a JSON object.

Parameters

NameType
jsonany

Returns

JptCredentialValidationOptions