Protocol
JWTPayload
A JWT payload is a Publically Readable set of claims. Each variable represents a claim.
protocol JWTPayload : Decodable, Encodable, Sendable
Topics
Instance Methods
func verify(using: some JWTAlgorithm) async throwsVerifies that the payload’s claims are correct or throws an error.
Relationships
Inherits From
Swift.DecodableSwift.EncodableSwift.SendableSwift.SendableMetatype