# 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.
Verify tests whether the provided JWT token's signature was produced by the private key associated with the supplied public key.
# Type aliases
Signer returns a signature for the given data.