Contains the information of the token generated for login
Data model
Fields
| Field | Type | Description |
|---|---|---|
| creation_date* | DATETIME | Date of token creation |
| domain_id* | INT | LDAP Unique Identifier |
| expiration_date* | DATETIME | Token expiration date |
| is_valid* | BIT | Indicates whether the token is valid |
| user_id* | INT | Unique user identifier |
Primary Key
| PK_APR_TOKEN |
|---|
| token |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| domain_id* | dbo.APR_DOMAIN | id | FK02_APR_TOKEN |
| user_id* | dbo.AFW_USERS | user_id | FK01_APR_TOKEN |