@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
32 lines (24 loc) • 1.22 kB
Markdown
Update Registration Flow with Code Method
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | **string** | The OTP Code sent to the user | [optional] [default to undefined]
**csrf_token** | **string** | The CSRF Token | [optional] [default to undefined]
**method** | **string** | Method to use This field must be set to &
**resend** | **string** | Resend restarts the flow with a new code | [optional] [default to undefined]
**traits** | **object** | The identity\&
**transient_payload** | **object** | Transient data to pass along to any webhooks | [optional] [default to undefined]
```typescript
import { UpdateRegistrationFlowWithCodeMethod } from '@ory/kratos-client';
const instance: UpdateRegistrationFlowWithCodeMethod = {
code,
csrf_token,
method,
resend,
traits,
transient_payload,
};
```
[[Back to Model list]](../README.md