@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
23 lines (15 loc) • 749 B
Markdown
# ErrorAuthenticatorAssuranceLevelNotSatisfied
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**error** | [**GenericError**](GenericError.md) | | [optional] [default to undefined]
**redirect_browser_to** | **string** | Points to where to redirect the user to next. | [optional] [default to undefined]
## Example
```typescript
import { ErrorAuthenticatorAssuranceLevelNotSatisfied } from '@ory/kratos-client';
const instance: ErrorAuthenticatorAssuranceLevelNotSatisfied = {
error,
redirect_browser_to,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)