mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-03 17:58:21 +00:00
IAuth
This commit is contained in:
9
lib/src/Net/Packets/IIPAuthPacketIAuthDestination.dart
Normal file
9
lib/src/Net/Packets/IIPAuthPacketIAuthDestination.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user