Sha256: 6ea0235c16967140e3c79e04589c154197616ed71e85912348215242e2edac8a

Contents?: true

Size: 1.55 KB

Versions: 53

Compression:

Stored size: 1.55 KB

Contents

# OryClient::Session

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **active** | **Boolean** | Active state. If false the session is no longer active. | [optional] |
| **authenticated_at** | **Time** | The Session Authentication Timestamp  When this session was authenticated at. If multi-factor authentication was used this is the time when the last factor was authenticated (e.g. the TOTP code challenge was completed). | [optional] |
| **authentication_methods** | [**Array<SessionAuthenticationMethod>**](SessionAuthenticationMethod.md) | A list of authenticators which were used to authenticate the session. | [optional] |
| **authenticator_assurance_level** | [**AuthenticatorAssuranceLevel**](AuthenticatorAssuranceLevel.md) |  | [optional] |
| **devices** | [**Array<SessionDevice>**](SessionDevice.md) | Devices has history of all endpoints where the session was used | [optional] |
| **expires_at** | **Time** | The Session Expiry  When this session expires at. | [optional] |
| **id** | **String** | Session ID |  |
| **identity** | [**Identity**](Identity.md) |  |  |
| **issued_at** | **Time** | The Session Issuance Timestamp  When this session was issued at. Usually equal or close to `authenticated_at`. | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::Session.new(
  active: null,
  authenticated_at: null,
  authentication_methods: null,
  authenticator_assurance_level: null,
  devices: null,
  expires_at: null,
  id: null,
  identity: null,
  issued_at: null
)
```

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
ory-client-1.1.51 docs/Session.md
ory-client-1.1.50 docs/Session.md
ory-client-1.1.49 docs/Session.md
ory-client-1.1.48 docs/Session.md
ory-client-1.1.47 docs/Session.md
ory-client-1.1.46 docs/Session.md
ory-client-1.1.45 docs/Session.md
ory-client-1.1.44 docs/Session.md
ory-client-1.1.41 docs/Session.md
ory-client-1.1.40 docs/Session.md
ory-client-1.1.39.alpha0 docs/Session.md
ory-client-1.1.39 docs/Session.md
ory-client-1.1.38 docs/Session.md
ory-client-1.1.37 docs/Session.md
ory-client-1.1.36 docs/Session.md
ory-client-1.1.35 docs/Session.md
ory-client-1.1.34 docs/Session.md
ory-client-1.1.33 docs/Session.md
ory-client-1.1.32 docs/Session.md
ory-client-1.1.31 docs/Session.md