SecurityFlag

Protocol Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/login/common.wowm:1.

enum SecurityFlag : u8 {
    NONE = 0x0;
    PIN = 0x1;
}

Type

The basic type is u8, a 1 byte (8 bit) integer.

Enumerators

EnumeratorValueComment
NONE0 (0x00)
PIN1 (0x01)

Used in:

Protocol Version 5, Protocol Version 6, Protocol Version 7

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/login/common.wowm:8.

flag SecurityFlag : u8 {
    NONE = 0x00;
    PIN = 0x01;
    MATRIX_CARD = 0x02;
}

Type

The basic type is u8, a 1 byte (8 bit) integer.

Enumerators

EnumeratorValueComment
NONE0 (0x00)
PIN1 (0x01)
MATRIX_CARD2 (0x02)Matrix Card 2FA which requires a matrix card.
https://forum.xentax.com/viewtopic.php?f=13&p=186022

Used in:

Protocol Version 8

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/login/common.wowm:18.

flag SecurityFlag : u8 {
    NONE = 0x00;
    PIN = 0x01;
    MATRIX_CARD = 0x02;
    AUTHENTICATOR = 0x04;
}

Type

The basic type is u8, a 1 byte (8 bit) integer.

Enumerators

EnumeratorValueComment
NONE0 (0x00)
PIN1 (0x01)
MATRIX_CARD2 (0x02)Matrix Card 2FA which requires a matrix card.
https://forum.xentax.com/viewtopic.php?f=13&p=186022
AUTHENTICATOR4 (0x04)

Used in: