BrowserCredentialResponse

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

Description of a NotificationHub BrowserCredential.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets web push subject.

Link copied to clipboard

Gets or sets VAPID private key.

Link copied to clipboard

Gets or sets VAPID public key.