LoginResponse
Datalayer Core / LoginResponse
Interface: LoginResponse
Defined in: src/models/IAM.ts:31
Response from a successful login request LoginResponse
Properties
message
message:
string
Defined in: src/models/IAM.ts:35
Response message from the server
success
success:
boolean
Defined in: src/models/IAM.ts:33
Whether the request was successful
token
token:
string
Defined in: src/models/IAM.ts:66
JWT token for API authentication
user
user:
object
Defined in: src/models/IAM.ts:37
User information for the authenticated user
Index Signature
[key: string]: any
Additional fields that may be present in the response
creation_ts_dt
creation_ts_dt:
string
ISO 8601 timestamp of when the user was created
email_s
email_s:
string
User's email address
first_name_t
first_name_t:
string
User's first name
handle_s
handle_s:
string
User's handle or identifier
id
id:
string
Unique identifier for the user
join_request_ts_dt
join_request_ts_dt:
string
ISO 8601 timestamp of when the user requested to join
join_ts_dt
join_ts_dt:
string
ISO 8601 timestamp of when the user joined
last_name_t
last_name_t:
string
User's last name
last_update_ts_dt
last_update_ts_dt:
string
ISO 8601 timestamp of when the user was last updated
origin_s
origin_s:
string
Origin of the user account
type_s
type_s:
string
Type of the entity
uid
uid:
string
Alternative unique identifier (UUID format)