# Client
## Properties
**object** | **String** | String representing the object's type. Objects of the same type share the same value. |
**id** | **String** | String representing the identifier of the session. |
**session_ids** | **Vec<String>** | |
**sessions** | [**Vec<crate::models::Session>**](Session.md) | |
**sign_in_attempt_id** | Option<**String**> | |
**sign_up_attempt_id** | Option<**String**> | |
**sign_in_id** | Option<**String**> | |
**sign_up_id** | Option<**String**> | |
**last_active_session_id** | Option<**String**> | Last active session_id. |
**updated_at** | **i64** | Unix timestamp of last update. |
**created_at** | **i64** | Unix timestamp of creation. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)