Structure
BoolClaim
A claim which represents a bool
struct BoolClaim
Overview
If a string is provided, and the string doesn’t represent a bool, then false will be used.
Topics
Initializers
init(booleanLiteral:)Creates an instance initialized to the given Boolean value.init(from:)Creates a new instance by decoding from the given decoder.init(stringLiteral:)Creates an instance initialized to the given string value.init(value:)SeeJWTClaim.
Instance Properties
Relationships
Conforms To
JWTClaimSwift.DecodableSwift.EncodableSwift.EquatableSwift.ExpressibleByBooleanLiteralSwift.ExpressibleByExtendedGraphemeClusterLiteralSwift.ExpressibleByStringLiteralSwift.ExpressibleByUnicodeScalarLiteralSwift.SendableSwift.SendableMetatype