The Backend Client object
The Backend Client object is similar to the Client object as it holds information about the authenticated sessions in the current device. However, the Backend Client object is different from the Client object in that it is used in the Backend API and is not directly accessible from the Frontend API.
Properties
- Name
id- Type
string- Description
The unique identifier for the
Client.
- Name
sessionIds- Type
string[]- Description
An array of Session IDs associated with the
Client.
- Name
signInId- Type
string- Description
The ID of the
SignIn.
- Name
signUpId- Type
string- Description
The ID of the
SignUp
- Name
lastActiveSessionId- Type
string- Description
The ID of the last active Session.
- Name
createdAt- Type
number- Description
The date when the
Clientwas first created.
- Name
updatedAt- Type
number- Description
The date when the
Clientwas last updated.
Feedback
Last updated on