Sha256: 16c0515fa13918ec8ed4cfa28d394103bbb4b4201e56724987192e6035e1fa2f

Contents?: true

Size: 770 Bytes

Versions: 9

Compression:

Stored size: 770 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] |
| **organization** | **String** | The Organization id used for authentication | [optional] |
| **provider** | **String** | OIDC or SAML provider id used for authentication | [optional] |

## Example

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

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ory-kratos-client-1.3.8 docs/SessionAuthenticationMethod.md
ory-kratos-client-1.3.7 docs/SessionAuthenticationMethod.md
ory-kratos-client-1.3.6 docs/SessionAuthenticationMethod.md
ory-kratos-client-1.3.6.alpha2 docs/SessionAuthenticationMethod.md
ory-kratos-client-1.3.6.alpha1 docs/SessionAuthenticationMethod.md
ory-kratos-client-1.3.5 docs/SessionAuthenticationMethod.md
ory-kratos-client-1.3.4 docs/SessionAuthenticationMethod.md
ory-kratos-client-1.2.1 docs/SessionAuthenticationMethod.md
ory-kratos-client-1.1.0 docs/SessionAuthenticationMethod.md