Skip to main content

LoginResponse

Datalayer Core


Datalayer Core / LoginResponse

Interface: LoginResponse

Defined in: tech/datalayer/core/src/api/types/iam.ts:53

Response from a successful login request LoginResponse

Properties

message

message: string

Defined in: tech/datalayer/core/src/api/types/iam.ts:57

Response message from the server


success

success: boolean

Defined in: tech/datalayer/core/src/api/types/iam.ts:55

Whether the request was successful


token

token: string

Defined in: tech/datalayer/core/src/api/types/iam.ts:88

JWT token for API authentication


user

user: object

Defined in: tech/datalayer/core/src/api/types/iam.ts:59

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)