# Functions
Decode decodes a claim set from a JWS payload.
Encode encodes a signed JWS with provided header and claim set.
EncodeWithSigner encodes a header and claim set with the provided signer.
# Type aliases
Signer returns a signature for the given data.