Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 968 Bytes

File metadata and controls

21 lines (16 loc) · 968 Bytes

Client

Properties

Name Type Description Notes
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
sessions Veccrate::models::Session
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] [Back to API list] [Back to README]