Sha256: cc0f2c301a687be4c3a50618fc28523b4ca4b984d60d50ae30943d2e255c9d1e

Contents?: true

Size: 485 Bytes

Versions: 90

Compression:

Stored size: 485 Bytes

Contents

# OryClient::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-client'

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

Version data entries

90 entries across 90 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-1.16.1 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-1.16.0 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-1.15.17 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-1.15.16 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-1.15.15 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-1.15.14 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-1.15.13 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-1.15.12 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-1.15.10 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-1.15.7 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-1.15.6 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-1.15.5 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-1.15.4 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-1.15.3 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-1.15.0 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-1.14.5 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-1.14.4 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-1.14.3 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-1.14.2 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md