LoginMethod
This field value defines the methods that a user may utilise to log into MarketGrid. It is a bit field meaning that more than one method is allowed for each user.
Metadata
- Underlying type:
u32
Values
| Key | Value | Description |
|---|---|---|
| Password | 1 | The user may login with their UserId and Password. |
| Jwt | 2 | The user may login with a JWT. |
| None | 2147483648 | The user may not login to MarketGrid. |
Referenced by
Tables
| Table | Field | Description |
|---|---|---|
| User | LoginMethod |