Sha256: 0f7d022846cd618f30199bb3ad78d3d184c8f65f6a9cfc0d29470ced29d7b85d

Contents?: true

Size: 751 Bytes

Versions: 47

Compression:

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

## Example

```ruby
require 'ory-client'

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

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
ory-client-1.15.12 docs/SessionAuthenticationMethod.md
ory-client-1.15.10 docs/SessionAuthenticationMethod.md
ory-client-1.15.7 docs/SessionAuthenticationMethod.md
ory-client-1.15.6 docs/SessionAuthenticationMethod.md
ory-client-1.15.5 docs/SessionAuthenticationMethod.md
ory-client-1.15.4 docs/SessionAuthenticationMethod.md
ory-client-1.15.3 docs/SessionAuthenticationMethod.md
ory-client-1.15.0 docs/SessionAuthenticationMethod.md
ory-client-1.14.5 docs/SessionAuthenticationMethod.md
ory-client-1.14.4 docs/SessionAuthenticationMethod.md
ory-client-1.14.3 docs/SessionAuthenticationMethod.md
ory-client-1.14.2 docs/SessionAuthenticationMethod.md
ory-client-1.14.1 docs/SessionAuthenticationMethod.md
ory-client-1.14.0 docs/SessionAuthenticationMethod.md
ory-client-1.13.10 docs/SessionAuthenticationMethod.md
ory-client-1.13.6 docs/SessionAuthenticationMethod.md
ory-client-1.13.4 docs/SessionAuthenticationMethod.md
ory-client-1.13.3 docs/SessionAuthenticationMethod.md
ory-client-1.13.2 docs/SessionAuthenticationMethod.md
ory-client-1.13.1 docs/SessionAuthenticationMethod.md