Jws
Represents a JWS (signed) token with one or more signatures.
Types
Properties
Link copied to clipboard
The payload (claims set) of the token.
Link copied to clipboard
The signature string for this token, taken from the first entry in signatures.
Link copied to clipboard
The list of Signature entries; each holds a header and its corresponding base64url-encoded signature.
Functions
Link copied to clipboard
Deserializes the token payload as type T.
Deserializes the token payload using the given serializer.