Initializervapor.jwt-kit 5.1.2JWTKit
init(stringLiteral:)
See ExpressibleByStringLiteral
.
init(stringLiteral string: String)
See ExpressibleByStringLiteral
.
init(stringLiteral string: String)
s6JWTKit8JWTClaimPAAs26ExpressibleByStringLiteralRzSS5ValueACRtzrlE06stringF0xSS_tcfc
What are these?6BV06
where Self:ExpressibleByStringLiteral, Self.Value == String
import JWTKit
🔑 JSON Web Token signing and verification (HMAC, RSA, PSS, ECDSA, EdDSA) using SwiftCrypto.
protocol JWTClaim : Decodable, Encodable, Sendable
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.
@frozen struct String
A Unicode string value that is a collection of characters.
protocol ExpressibleByStringLiteral : ExpressibleByExtendedGraphemeClusterLiteral
A type that can be initialized with a string literal.