JWTPayload
public protocol JWTPayload : Decodable, Encodable
A JWT payload is a Publically Readable set of claims Each variable represents a claim.
-
Verifies that the payload’s claims are correct or throws an error.
Declaration
Swift
func verify(using signer: JWTSigner) throws