Skip to main content
Docs

The Backend Client object

The Backend Client object is similar to the ClientJavaScript Icon 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
    createdAt
    Type
    number
    Description

    The date when the Client was first created.

  • Name
    id
    Type
    string
    Description

    The unique identifier for the Client.

  • Name
    lastActiveSessionId
    Type
    null | string
    Description

    The ID of the last active SessionClerk Icon.

  • Name
    sessionIds
    Type
    string[]
    Description

    An array of SessionClerk Icon IDs associated with the Client.

  • Name
    sessions
    Type
    SessionClerk Icon[]
    Description

    An array of SessionClerk Icon objects associated with the Client.

  • Name
    signInId
    Type
    null | string
    Description

    The ID of the SignInJavaScript Icon.

  • Name
    signUpId
    Type
    null | string
    Description

    The ID of the SignUpJavaScript Icon.

  • Name
    updatedAt
    Type
    number
    Description

    The date when the Client was last updated.

Feedback

What did you think of this content?

Last updated on