HubBrowserCredential

data class HubBrowserCredential(val subject: String, val vapidPrivateKey: String, val vapidPublicKey: String)

Constructors

Link copied to clipboard
constructor(subject: String, vapidPrivateKey: String, vapidPublicKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The subject name of web push.

Link copied to clipboard

The Voluntary Application Server Identification (VAPID) private key.

Link copied to clipboard

The Voluntary Application Server Identification (VAPID) public key.