Dashboard
The main user account dashboard, displaying available authentication options and user session details.
Dashboard
Title: Dashboard
| |
---|
Type | object |
Required | No |
Additional properties | Not allowed |
Description: The main user account dashboard, displaying available authentication options and user session details.
1. Property Dashboard > email
Title: User Email
Description: The email address of the user.
2. Property Dashboard > first_factor_option_names
Title: First Factor Option Names
| |
---|
Type | object or null |
Required | No |
Description: Human-readable names for first factor options.
Property | Pattern | Type | Deprecated | Definition | Title/Description |
---|
- | No | string | No | - | - |
2.1. Property Dashboard > first_factor_option_names > additionalProperties
3. Property Dashboard > first_factor_options
Title: First Factor Options
| |
---|
Type | array of string or null |
Required | No |
Description: Available first factor authentication methods.
| Array restrictions |
---|
Min items | N/A |
Max items | N/A |
Items unicity | False |
Additional items | False |
Tuple validation | See below |
3.1. Dashboard > first_factor_options > first_factor_options items
4. Property Dashboard > second_factor_option_names
Title: Second Factor Option Names
| |
---|
Type | object or null |
Required | No |
Description: Human-readable names for second factor options.
Property | Pattern | Type | Deprecated | Definition | Title/Description |
---|
- | No | string | No | - | - |
4.1. Property Dashboard > second_factor_option_names > additionalProperties
5. Property Dashboard > second_factor_options
Title: Second Factor Options
| |
---|
Type | array of string or null |
Required | No |
Description: Available second factor authentication methods.
| Array restrictions |
---|
Min items | N/A |
Max items | N/A |
Items unicity | False |
Additional items | False |
Tuple validation | See below |
5.1. Dashboard > second_factor_options > second_factor_options items
6. Property Dashboard > sessions
Title: User Sessions
| |
---|
Type | array or null |
Required | No |
Description: Active user sessions with details.
| Array restrictions |
---|
Min items | N/A |
Max items | N/A |
Items unicity | False |
Additional items | False |
Tuple validation | See below |
6.1. Dashboard > sessions > SchemasSessionSchema
| |
---|
Type | object |
Required | No |
Additional properties | Any type allowed |
Defined in | #/definitions/SchemasSessionSchema |
6.1.1. Property Dashboard > sessions > sessions items > expires_at
Title: Expires At
Description: Expiration time of the session.
6.1.2. Property Dashboard > sessions > sessions items > ip_address
Title: IP Address
Description: Last known IP address of the session.
6.1.3. Property Dashboard > sessions > sessions items > last_user_agent
Title: Last User Agent
Description: User agent of the last request in the session.
6.1.4. Property Dashboard > sessions > sessions items > session_id
Title: Session ID
Description: Unique identifier for the session.