#2277: My2FAType.kt

projectforge-rest/src/main/kotlin/org/projectforge/rest/my2fa/My2FAType.kt

Path: projectforge-rest/src/main/kotlin/org/projectforge/rest/my2fa/My2FAType.kt · Type: Kotlin enum

Purpose: Part of the ProjectForge my2fa module.

Source: GitHub

27 lines total
CommitDateMessage
868d6abb2025 -> 2026
63081666Source file headers: 2024-> 2025.
b6092df0Copyright 2023 -> 2024
ab45d51fCopyright 2001-2022 -> 2001-2023.
cb605ebd2FA: WebAuthn is not experimental anymore. Now, at least one instead of two different 2FA should be
dbf48092WIP: WebAuthn. 2FA rest stuff moved to own sub package.

What it does

A Kotlin enum defining the two-factor authentication types: MAIL, SMS. Package: org.projectforge.rest.my2fa.

Key takeaways