mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-03 17:58:21 +00:00
9 lines
263 B
Dart
9 lines
263 B
Dart
class IIPAuthPacketIAuthDestination
|
|
{
|
|
static int Self = 0;
|
|
static int Device = 1; // logged in device
|
|
static int Email = 2;
|
|
static int SMS = 3;
|
|
static int App = 4; // Authenticator app
|
|
static int ThirdParty = 5; // usualy a second person
|
|
} |