Creates an instance of JwsCredential.
The PEM-encoded issuer private key.
The endpoint to retrieve the verifying key.
Private
authPrivate
issuerPrivate
verifyingTokenizes the given payload and returns the resulting JWS token.
The payload to be tokenized.
The resulting JWS token.
An error if the signature is not valid.
Generated using TypeDoc
Represents a JWS credential used for tokenizing data.