Sha256: 765146ceff203bfd1a97b328629bed097b6dfaef79379093f7bcb9b138113d0b

Contents?: true

Size: 543 Bytes

Versions: 6

Compression:

Stored size: 543 Bytes

Contents

# OryKratosClient::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-kratos-client'

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ory-kratos-client-0.13.1 docs/SessionAuthenticationMethod.md
ory-kratos-client-0.11.1 docs/SessionAuthenticationMethod.md
ory-kratos-client-0.11.0 docs/SessionAuthenticationMethod.md
ory-kratos-client-0.10.1 docs/SessionAuthenticationMethod.md
ory-kratos-client-0.9.0.alpha3 docs/SessionAuthenticationMethod.md
ory-kratos-client-0.9.0.alpha2 docs/SessionAuthenticationMethod.md