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

Version Path
ory-kratos-client-0.7.6.alpha7 docs/Session.md
ory-kratos-client-0.7.6.alpha6 docs/Session.md
ory-kratos-client-0.7.6.alpha5 docs/Session.md
ory-kratos-client-0.7.6.alpha4 docs/Session.md
ory-kratos-client-0.7.6.alpha3 docs/Session.md
ory-kratos-client-0.7.6.alpha1 docs/Session.md
ory-kratos-client-0.7.5.alpha2 docs/Session.md
ory-kratos-client-0.7.3.alpha8 docs/Session.md
ory-kratos-client-0.7.3.alpha6 docs/Session.md
ory-kratos-client-0.7.3.alpha5 docs/Session.md
ory-kratos-client-0.7.3.alpha4 docs/Session.md
ory-kratos-client-0.7.3.alpha3 docs/Session.md
ory-kratos-client-0.7.3.alpha2 docs/Session.md
ory-kratos-client-0.7.3.alpha1 docs/Session.md
ory-kratos-client-0.7.1.alpha2 docs/Session.md