UNPKG

@ory/kratos-client

Version:

OpenAPI client for @ory/kratos-client

28 lines (20 loc) 1.05 kB
# UpdateSettingsFlowWithProfileMethod Update Settings Flow with Profile Method ## Properties 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\'s traits. | [default to undefined] **transient_payload** | **object** | Transient data to pass along to any webhooks | [optional] [default to undefined] ## Example ```typescript import { UpdateSettingsFlowWithProfileMethod } from '@ory/kratos-client'; const instance: UpdateSettingsFlowWithProfileMethod = { csrf_token, method, traits, transient_payload, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)