Sha256: 0b40d1940fc10c20bc1f0a07de05848e18b4060c5fac61364c1e7224dfaffd7c
Contents?: true
Size: 832 Bytes
Versions: 15
Compression:
Stored size: 832 Bytes
Contents
# OryKratosClient::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 = OryKratosClient::Session.new( active: null, authenticated_at: null, expires_at: null, id: null, identity: null, issued_at: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems