Sha256: e9c331c8848e30e48dc375fa6f50145b01b1b817c910cb070dd12a17b743ca0a

Contents?: true

Size: 504 Bytes

Versions: 4

Compression:

Stored size: 504 Bytes

Contents

# OryKratosClient::ErrorAuthenticatorAssuranceLevelNotSatisfied

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **error** | [**GenericError**](GenericError.md) |  | [optional] |
| **redirect_browser_to** | **String** | Points to where to redirect the user to next. | [optional] |

## Example

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

instance = OryKratosClient::ErrorAuthenticatorAssuranceLevelNotSatisfied.new(
  error: null,
  redirect_browser_to: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ory-kratos-client-1.2.1 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-kratos-client-1.1.0 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-kratos-client-1.0.0 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-kratos-client-0.13.1 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md