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
Name | Type |
---|---|
jws_string | string |
Methods
toString
▸ toString(): string
Returns a clone of the JWS string.
Returns
string