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