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