Login Option
Defines the structure of the login option resource.
Utilized by:
Schema
{ "user_id": 0, "user_login_option_type": 0, "user_login_option_unique_identifier": "string", "user_login_option_name": "string"}Properties
user_id
Description: The user’s login option
Data Type: Unsigned bigint
Nullable: No
Table: Login Option
user_login_option_type
Description: The user’s login option type
Data Type: Unsigned tinyint
Nullable: No
Table: Login Option
Values:
- 1 - Capturit
- 2 - Google
- 3 - Facebook
user_login_option_unique_identifier
Description: The unique identifier of the third-party auth provider
Data Type: Varchar(255)
Nullable: Yes
Table: Login Option