
main.web.authentication.AuthenticatorAttachment.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:Suppress(
"NAME_CONTAINS_ILLEGAL_CHARS",
)
package web.authentication
// language=JavaScript
@JsName("""(/*union*/{crossPlatform: 'cross-platform', platform: 'platform'}/*union*/)""")
external enum class AuthenticatorAttachment {
crossPlatform,
platform,
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy