Skip to main content
Version: 1.4

Class: JwpPresentationOptions

identity_wasm.JwpPresentationOptions

Options to be set in the JWT claims of a verifiable presentation.

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new JwpPresentationOptions()

Properties

audience

Optional audience: string

Sets the audience for presentation (aud property in JWP Presentation Header).


nonce

Optional nonce: string

The nonce to be placed in the Presentation Protected Header.

Methods

toJSON

toJSON(): Object

  • Return copy of self without private attributes.

Returns

Object


toString

toString(): string

Return stringified version of self.

Returns

string