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
-
lastActiveSessionId - Type
null | string- Description
The ID of the last active Session.
- Name
-
lastAuthenticationStrategy - Type
null | LastAuthenticationStrategy- Description
The last authentication strategy used by the
Client.
- Name
-
sessionIds - Type
string[]- Description
An array of Session IDs associated with the
Client.
- Name
-
signInId - Type
null | string- Description
The ID of the SignIn.
- Name
-
signUpId - Type
null | string- Description
The ID of the SignUp.
Feedback
Last updated on