@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
28 lines (20 loc) • 1.05 kB
Markdown
Update Settings Flow with Profile Method
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**csrf_token** | **string** | The Anti-CSRF Token This token is only required when performing browser flows. | [optional] [default to undefined]
**method** | **string** | Method Should be set to profile when trying to update a profile. | [default to undefined]
**traits** | **object** | Traits The identity\&
**transient_payload** | **object** | Transient data to pass along to any webhooks | [optional] [default to undefined]
```typescript
import { UpdateSettingsFlowWithProfileMethod } from '@ory/kratos-client';
const instance: UpdateSettingsFlowWithProfileMethod = {
csrf_token,
method,
traits,
transient_payload,
};
```
[[Back to Model list]](../README.md