@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
23 lines (15 loc) • 762 B
Markdown
# ContinueWithSettingsUiFlow
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | The ID of the settings flow | [default to undefined]
**url** | **string** | The URL of the settings flow If this value is set, redirect the user\'s browser to this URL. This value is typically unset for native clients / API flows. | [optional] [default to undefined]
## Example
```typescript
import { ContinueWithSettingsUiFlow } from '@ory/kratos-client';
const instance: ContinueWithSettingsUiFlow = {
id,
url,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)