mirror of
https://github.com/bitwarden/android.git
synced 2026-06-04 19:56:39 -05:00
Add new AuthRequestTypeJson types (#1173)
This commit is contained in:
committed by
Álison Fernandes
parent
aa2f7daae5
commit
8ef75bead9
@@ -12,6 +12,12 @@ import kotlinx.serialization.Serializable
|
||||
enum class AuthRequestTypeJson {
|
||||
@SerialName("0")
|
||||
LOGIN_WITH_DEVICE,
|
||||
|
||||
@SerialName("1")
|
||||
UNLOCK,
|
||||
|
||||
@SerialName("2")
|
||||
ADMIN_APPROVAL,
|
||||
}
|
||||
|
||||
@Keep
|
||||
|
||||
Reference in New Issue
Block a user