All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.push.PushEncryptionKeyName.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:Suppress(
    "NAME_CONTAINS_ILLEGAL_CHARS",
)

package web.push

// language=JavaScript
@JsName("""(/*union*/{auth: 'auth', p256dh: 'p256dh'}/*union*/)""")
external enum class PushEncryptionKeyName {
    auth,
    p256dh,

    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy