mirror of
https://github.com/bitwarden/android.git
synced 2025-03-15 18:58:59 +03:00
Add new AuthRequestTypeJson types (#1173)
This commit is contained in:
parent
aa2f7daae5
commit
8ef75bead9
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,12 @@ import kotlinx.serialization.Serializable
|
|||
enum class AuthRequestTypeJson {
|
||||
@SerialName("0")
|
||||
LOGIN_WITH_DEVICE,
|
||||
|
||||
@SerialName("1")
|
||||
UNLOCK,
|
||||
|
||||
@SerialName("2")
|
||||
ADMIN_APPROVAL,
|
||||
}
|
||||
|
||||
@Keep
|
||||
|
|
Loading…
Add table
Reference in a new issue