Browser Credential Properties Response
data class BrowserCredentialPropertiesResponse(val subject: String, val vapidPrivateKey: String, val vapidPublicKey: String)
Description of a NotificationHub BrowserCredential.
Constructors
Link copied to clipboard
fun BrowserCredentialPropertiesResponse(subject: String, vapidPrivateKey: String, vapidPublicKey: String)