Sha256: ac0b76a55e6f261e882c00a2fade2b163f896a749e90de7630657605987876bc

Contents?: true

Size: 434 Bytes

Versions: 2

Compression:

Stored size: 434 Bytes

Contents

# OryKratosClient::SessionAuthenticationMethod

## Properties

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

## Example

```ruby
require 'ory-kratos-client'

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-kratos-client-0.8.2.alpha1 docs/SessionAuthenticationMethod.md
ory-kratos-client-0.8.0.alpha2 docs/SessionAuthenticationMethod.md