Sha256: 0fc444f093fa4b7cf125b462dc886a97f210fb7402abf0e30ca2cbe9c7d95818

Contents?: true

Size: 1.38 KB

Versions: 194

Compression:

Stored size: 1.38 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] |
| **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 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,
  expires_at: null,
  id: null,
  identity: null,
  issued_at: null
)
```

Version data entries

194 entries across 194 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha48 docs/Session.md
ory-client-0.2.0.alpha47 docs/Session.md
ory-client-0.2.0.alpha46 docs/Session.md
ory-client-0.2.0.alpha45 docs/Session.md
ory-client-0.2.0.alpha44 docs/Session.md
ory-client-0.2.0.alpha43 docs/Session.md
ory-client-0.2.0.alpha42 docs/Session.md
ory-client-0.2.0.alpha41 docs/Session.md
ory-client-0.2.0.alpha40 docs/Session.md
ory-client-0.2.0.alpha39 docs/Session.md
ory-client-0.2.0.alpha38 docs/Session.md
ory-client-0.2.0.alpha37 docs/Session.md
ory-client-0.2.0.alpha36 docs/Session.md
ory-client-0.2.0.alpha35 docs/Session.md
ory-client-0.2.0.alpha34 docs/Session.md
ory-client-0.2.0.alpha33 docs/Session.md
ory-client-0.2.0.alpha32 docs/Session.md
ory-client-0.2.0.alpha31 docs/Session.md
ory-client-0.2.0.alpha30 docs/Session.md
ory-client-0.2.0.alpha29 docs/Session.md