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

Version Path
talon_one-7.0.0 docs/Session.md
talon_one-6.0.0 docs/Session.md
talon_one-5.0.0 docs/Session.md
talon_one-3.0.2 docs/Session.md
talon_one-3.0.1 docs/Session.md
talon_one-3.0.0 docs/Session.md