mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-05-06 20:02:59 +00:00
8 lines
197 B
Dart
8 lines
197 B
Dart
|
|
class IIPAuthPacketMethod
|
|
{
|
|
static const int None = 0;
|
|
static const int Certificate = 1;
|
|
static const int Credentials = 2;
|
|
static const int Token = 3;
|
|
} |