mirror of
https://github.com/bitwarden/android.git
synced 2026-05-26 14:34:19 -05:00
Add new AuthRequestTypeJson types (#1173)
This commit is contained in:
@@ -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