KeyInfo

data class KeyInfo(var auth: String, var p256dh: String)

Key Information that can be used to encrypt payloads

Constructors

Link copied to clipboard
constructor(auth: String, p256dh: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard