KeyInfo
public struct KeyInfo : Equatable, Hashable
extension KeyInfo: Sendable
Key Information that can be used to encrypt payloads
-
Declaration
Swift
public var auth: String -
Declaration
Swift
public var p256dh: String -
Declaration
Swift
public init(auth: String, p256dh: String)