Skip to main content
Version: 1.4

Class: JwtPresentationOptions

identity_wasm.JwtPresentationOptions

Table of contents

Constructors

Methods

Constructors

constructor

new JwtPresentationOptions(options?)

Creates a new JwtPresentationOptions from the given fields.

Throws an error if any of the options are invalid.

Parameters

NameType
options?IJwtPresentationOptions

Methods

toJSON

toJSON(): any

Serializes this to a JSON object.

Returns

any


fromJSON

Static fromJSON(json): JwtPresentationOptions

Deserializes an instance from a JSON object.

Parameters

NameType
jsonany

Returns

JwtPresentationOptions


clone

clone(): JwtPresentationOptions

Deep clones the object.

Returns

JwtPresentationOptions