Sha256: cb780b8b5d200ad3124206cb42876d6c3ae3f64ecc5244d70962ce76b7cecb09
Contents?: true
Size: 823 Bytes
Versions: 2
Compression:
Stored size: 823 Bytes
Contents
# OryHydraClient::Session ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **active** | **Boolean** | Whether or not the session is active. | [optional] | | **authenticated_at** | **Time** | The Session Authentication Timestamp When this session was authenticated at. | [optional] | | **expires_at** | **Time** | The Session Expiry When this session expires at. | [optional] | | **id** | **String** | | | | **identity** | [**Identity**](Identity.md) | | | | **issued_at** | **Time** | The Session Issuance Timestamp When this session was authenticated at. | [optional] | ## Example ```ruby require 'ory-client' instance = OryHydraClient::Session.new( active: null, authenticated_at: null, expires_at: null, id: null, identity: null, issued_at: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.0.1.alpha17 | docs/Session.md |
ory-client-0.0.1.alpha16 | docs/Session.md |