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