Sha256: 4a9c9fc5a63a6601aba194ee96e635ffdf3c399e59f71db05d77fc8e470fd09c

Contents?: true

Size: 636 Bytes

Versions: 27

Compression:

Stored size: 636 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] |
| **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,
  provider: null
)
```

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
ory-client-1.2.9 docs/SessionAuthenticationMethod.md
ory-client-1.2.8 docs/SessionAuthenticationMethod.md
ory-client-1.2.7 docs/SessionAuthenticationMethod.md
ory-client-1.2.6 docs/SessionAuthenticationMethod.md
ory-client-1.2.5 docs/SessionAuthenticationMethod.md
ory-client-1.2.4 docs/SessionAuthenticationMethod.md
ory-client-1.2.3 docs/SessionAuthenticationMethod.md
ory-client-1.2.2 docs/SessionAuthenticationMethod.md
ory-client-1.2.1 docs/SessionAuthenticationMethod.md
ory-client-1.2.0 docs/SessionAuthenticationMethod.md
ory-client-1.1.51 docs/SessionAuthenticationMethod.md
ory-client-1.1.50 docs/SessionAuthenticationMethod.md
ory-client-1.1.49 docs/SessionAuthenticationMethod.md
ory-client-1.1.48 docs/SessionAuthenticationMethod.md
ory-client-1.1.47 docs/SessionAuthenticationMethod.md
ory-client-1.1.46 docs/SessionAuthenticationMethod.md
ory-client-1.1.45 docs/SessionAuthenticationMethod.md
ory-client-1.1.44 docs/SessionAuthenticationMethod.md
ory-client-1.1.41 docs/SessionAuthenticationMethod.md
ory-client-1.1.40 docs/SessionAuthenticationMethod.md