Sha256: cb35a94434a8f16520866939fb0f8f4d5f4f57b44e15134d6c7cb85e3cef4ca2

Contents?: true

Size: 524 Bytes

Versions: 150

Compression:

Stored size: 524 Bytes

Contents

# OryClient::SessionAuthenticationMethod

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **aal** | [**AuthenticatorAssuranceLevel**](AuthenticatorAssuranceLevel.md) |  | [optional] |
| **completed_at** | **Time** | When the authentication challenge was completed. | [optional] |
| **method** | **String** |  | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::SessionAuthenticationMethod.new(
  aal: null,
  completed_at: null,
  method: null
)
```

Version data entries

150 entries across 150 versions & 1 rubygems

Version Path
ory-client-1.1.33 docs/SessionAuthenticationMethod.md
ory-client-1.1.32 docs/SessionAuthenticationMethod.md
ory-client-1.1.31 docs/SessionAuthenticationMethod.md
ory-client-1.1.30 docs/SessionAuthenticationMethod.md
ory-client-1.1.29 docs/SessionAuthenticationMethod.md
ory-client-1.1.28 docs/SessionAuthenticationMethod.md
ory-client-1.1.27 docs/SessionAuthenticationMethod.md
ory-client-1.1.26 docs/SessionAuthenticationMethod.md
ory-client-1.1.25 docs/SessionAuthenticationMethod.md
ory-client-1.1.24 docs/SessionAuthenticationMethod.md
ory-client-1.1.23 docs/SessionAuthenticationMethod.md
ory-client-1.1.22 docs/SessionAuthenticationMethod.md
ory-client-1.1.21 docs/SessionAuthenticationMethod.md
ory-client-1.1.20 docs/SessionAuthenticationMethod.md
ory-client-1.1.19 docs/SessionAuthenticationMethod.md
ory-client-1.1.18 docs/SessionAuthenticationMethod.md
ory-client-1.1.17 docs/SessionAuthenticationMethod.md
ory-client-1.1.16 docs/SessionAuthenticationMethod.md
ory-client-1.1.15 docs/SessionAuthenticationMethod.md
ory-client-1.1.14 docs/SessionAuthenticationMethod.md