Files
clerk-sdk-java/docs/models/components/Client.md
2024-06-13 13:51:50 -04:00

4.1 KiB

Client

Fields

Field Type Required Description
object com.clerk.backend_api.models.components.Object ✔️ String representing the object's type. Objects of the same type share the same value.
id String ✔️ String representing the identifier of the session.
sessionIds List<String> ✔️ N/A
sessions List<com.clerk.backend_api.models.components.Session> ✔️ N/A
signInId Optional<? extends String> ✔️ N/A
signUpId Optional<? extends String> ✔️ N/A
lastActiveSessionId Optional<? extends String> ✔️ Last active session_id.
updatedAt long ✔️ Unix timestamp of last update.
createdAt long ✔️ Unix timestamp of creation.