# UserAuthenticationTypes: Exact Online Domain UserAuthenticationTypes
Lookup-table that translates code values of the domain 'UserAuthenticationTypes' into descriptions.
- Catalog: `ExactOnlineREST`
- Schema: `CodeValues`
- Label: Domain UserAuthenticationTypes
Example: The code value '0' means 'No login rights'.
- Retrieve: True
## View Columns
The columns of the view `UserAuthenticationTypes` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `code` | `varchar2`(240) | Code | ☑ | Unique code within the domain. |
| `description` | `varchar2`(4000) | Description | ☐ | Meaning of the unique code within the domain. |
| `domain` | `varchar2`(240) | Domain | ☑ | Each domain defines a map of codes to values. |
| `resource_code` | `varchar2`(240) | Resource Code | ☐ | Resource code for internationalization. |
## Values
| Code | Description |
|:---:|---|
| `0` | No login rights |
| `1` | Vasco token (obsolete) |
| `10` | Forms and TOTP authentication |
| `2` | Forms authentication (obsolete) |
| `3` | Forms authentication + Vasco token (obsolete) |
| `4` | Federated authentication (EIS) |
| `5` | Federated authentication + Vasco token (obsolete) |
| `6` | Federated authentication + forms authentication (obsolete) |
| `7` | Federated authentication + forms authentication + Vasco token (obsolete) |