@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
30 lines (22 loc) • 1.13 kB
Markdown
Update Registration Flow with Password Method
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** | **string** | Password to sign the user up with | [default to undefined]
**traits** | **object** | The identity\&
**transient_payload** | **object** | Transient data to pass along to any webhooks | [optional] [default to undefined]
```typescript
import { UpdateRegistrationFlowWithPasswordMethod } from '@ory/kratos-client';
const instance: UpdateRegistrationFlowWithPasswordMethod = {
csrf_token,
method,
password,
traits,
transient_payload,
};
```
[[Back to Model list]](../README.md