PushKeys

@Serializable
data class PushKeys(val p256dhBase64: String, val authBase64: String)

Push keys used for notifications.

Constructors

Link copied to clipboard
constructor(p256dhBase64: String, authBase64: String)

Properties

Link copied to clipboard

Auth secret.

Link copied to clipboard

User agent public key.