Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 634 Bytes

Session.md

File metadata and controls

21 lines (14 loc) · 634 Bytes

TalonOne::Session

Properties

Name Type Description Notes
user_id Integer The ID of the user of this session.
token String The token to use as a bearer token to query Management API endpoints.
created DateTime Unix timestamp indicating when the session was first created.

Code Sample

require 'TalonOne'

instance = TalonOne::Session.new(user_id: 109,
                                 token: dy_Fa_lQ4iDAnqldJFvVEmnsN8xDTxej19l0LZDBJhQ,
                                 created: 2021-07-20T22:00Z)