Protocol
JWTClaim
A claim is a codable, top-level property of a JWT payload. Multiple claims form a payload. Some claims, such as expiration claims, are inherently verifiable. Each claim able to verify itself provides an appropriate method for doing so, depending on the specific claim.
protocol JWTClaim : Decodable, Encodable, Sendable
Topics
Associated Types
ValueThe associated value type.
Initializers
init(stringLiteral:)SeeExpressibleByStringLiteral.init(value:)Initializes the claim with its value.
Instance Properties
valueThe claim’s value.
Relationships
Inherits From
Swift.DecodableSwift.EncodableSwift.SendableSwift.SendableMetatype