Instance Methodvapor.jwt-kit 5.1.2JWTKit->FoundationEssentials
base64URLEncodedBytes
Base64URL.swift:23func base64URLEncodedBytes() -> [UInt8]
func base64URLEncodedBytes() -> [UInt8]
s20FoundationEssentials12DataProtocolP6JWTKitE21base64URLEncodedBytesSays5UInt8VGyF
What are these?AYL8
import FoundationEssentials
import JWTKit
🔑 JSON Web Token signing and verification (HMAC, RSA, PSS, ECDSA, EdDSA) using SwiftCrypto.
protocol DataProtocol : RandomAccessCollection where Self.Element == UInt8, Self.SubSequence : DataProtocol
@frozen struct UInt8
An 8-bit unsigned integer value type.
func base64URLDecodedBytes() -> [UInt8]
func copyBytes() -> [UInt8]