Sha256: 465a5cdc1333cc6f391e78261ac182e7df4f34e0887322fe69afa3226f72cf06
Contents?: true
Size: 830 Bytes
Versions: 2
Compression:
Stored size: 830 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-kratos-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-kratos-client-0.7.1.alpha1 | docs/Session.md |
ory-kratos-client-0.7.0.alpha1 | docs/Session.md |