Sha256: e5469e6a80249d79a8ef0c20d012a332d9578544d254d6365abecf231c37b7ea
Contents?: true
Size: 634 Bytes
Versions: 6
Compression:
Stored size: 634 Bytes
Contents
# 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 ```ruby require 'TalonOne' instance = TalonOne::Session.new(user_id: 109, token: dy_Fa_lQ4iDAnqldJFvVEmnsN8xDTxej19l0LZDBJhQ, created: 2021-07-20T22:00Z) ```
Version data entries
6 entries across 6 versions & 1 rubygems