Dashboard

The main user account dashboard, displaying available authentication options and user session details.

Dashboard

Title: Dashboard

Typeobject
RequiredNo
Additional propertiesNot allowed

Description: The main user account dashboard, displaying available authentication options and user session details.

PropertyPatternTypeDeprecatedDefinitionTitle/Description
- emailNostringNo-User Email
- first_factor_option_namesNoobject or nullNo-First Factor Option Names
- first_factor_optionsNoarray of string or nullNo-First Factor Options
- second_factor_option_namesNoobject or nullNo-Second Factor Option Names
- second_factor_optionsNoarray of string or nullNo-Second Factor Options
- sessionsNoarray or nullNo-User Sessions

1. Property Dashboard > email

Title: User Email

Typestring
RequiredNo

Description: The email address of the user.

2. Property Dashboard > first_factor_option_names

Title: First Factor Option Names

Typeobject or null
RequiredNo

Description: Human-readable names for first factor options.

PropertyPatternTypeDeprecatedDefinitionTitle/Description
- NostringNo--

2.1. Property Dashboard > first_factor_option_names > additionalProperties

Typestring
RequiredNo

3. Property Dashboard > first_factor_options

Title: First Factor Options

Typearray of string or null
RequiredNo

Description: Available first factor authentication methods.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
first_factor_options items-

3.1. Dashboard > first_factor_options > first_factor_options items

Typestring
RequiredNo

4. Property Dashboard > second_factor_option_names

Title: Second Factor Option Names

Typeobject or null
RequiredNo

Description: Human-readable names for second factor options.

PropertyPatternTypeDeprecatedDefinitionTitle/Description
- NostringNo--

4.1. Property Dashboard > second_factor_option_names > additionalProperties

Typestring
RequiredNo

5. Property Dashboard > second_factor_options

Title: Second Factor Options

Typearray of string or null
RequiredNo

Description: Available second factor authentication methods.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
second_factor_options items-

5.1. Dashboard > second_factor_options > second_factor_options items

Typestring
RequiredNo

6. Property Dashboard > sessions

Title: User Sessions

Typearray or null
RequiredNo

Description: Active user sessions with details.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
SchemasSessionSchema-

6.1. Dashboard > sessions > SchemasSessionSchema

Typeobject
RequiredNo
Additional propertiesAny type allowed
Defined in#/definitions/SchemasSessionSchema
PropertyPatternTypeDeprecatedDefinitionTitle/Description
- expires_atNostringNo-Expires At
- ip_addressNostringNo-IP Address
- last_user_agentNostringNo-Last User Agent
- session_idNostringNo-Session ID

6.1.1. Property Dashboard > sessions > sessions items > expires_at

Title: Expires At

Typestring
RequiredNo

Description: Expiration time of the session.

6.1.2. Property Dashboard > sessions > sessions items > ip_address

Title: IP Address

Typestring
RequiredNo

Description: Last known IP address of the session.

6.1.3. Property Dashboard > sessions > sessions items > last_user_agent

Title: Last User Agent

Typestring
RequiredNo

Description: User agent of the last request in the session.

6.1.4. Property Dashboard > sessions > sessions items > session_id

Title: Session ID

Typestring
RequiredNo

Description: Unique identifier for the session.