Skip to main content
Version: 1.4

Class: Jws

identity_wasm.Jws

A wrapper around a JSON Web Signature (JWS).

Table of contents

Constructors

Methods

Constructors

constructor

new Jws(jws_string)

Creates a new Jws from the given string.

Parameters

NameType
jws_stringstring

Methods

toString

toString(): string

Returns a clone of the JWS string.

Returns

string