UNPKG

@ory/kratos-client

Version:

OpenAPI client for @ory/kratos-client

30 lines (22 loc) 1.13 kB
# UpdateRegistrationFlowWithPasswordMethod Update Registration Flow with Password Method ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **csrf_token** | **string** | The CSRF Token | [optional] [default to undefined] **method** | **string** | Method to use This field must be set to `password` when using the password method. | [default to undefined] **password** | **string** | Password to sign the user up with | [default to undefined] **traits** | **object** | 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 { UpdateRegistrationFlowWithPasswordMethod } from '@ory/kratos-client'; const instance: UpdateRegistrationFlowWithPasswordMethod = { csrf_token, method, password, 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)