class JWSVerificationResult

JWS verification result.

Properties

readonly
jwk: JWK | undefined

Embedded JWK key.

Corresponds to the jwk field within the JWS header.

[None] if the JWS signing process had been completed without embedding the JWK value.

readonly
keyID: string | undefined

Key identifier.

[None] if the JWS signing process had been completed without embedding the key identifier.

readonly
payload: Uint8Array

JWS payload.

Methods

free(): void