Keys
public struct Keys : Codable, Sendable
Undocumented
-
User agent public key. Base64 encoded string of a public key from a ECDH keypair using
Declaration
Swift
public var p256dh: String
-
Auth secret. Base64 encoded string of 16 bytes of random data.
Declaration
Swift
public var auth: String
-
Undocumented
Declaration
Swift
public init(p256dh: String, auth: String)