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
A 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
Date when the
Client
was first created.
- Name
updatedAt
- Type
number
- Description
Date of the last time the
Client
was updated.
Feedback
Last updated on