@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
30 lines (22 loc) • 1.41 kB
Markdown
Update Registration 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]
**screen** | **string** | Screen requests navigation to a previous screen. This must be set to credential-selection to go back to the credential selection screen. credential-selection RegistrationScreenCredentialSelection nolint:gosec // not a credential previous RegistrationScreenPrevious | [optional] [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 { UpdateRegistrationFlowWithProfileMethod } from '@ory/kratos-client';
const instance: UpdateRegistrationFlowWithProfileMethod = {
csrf_token,
method,
screen,
traits,
transient_payload,
};
```
[[Back to Model list]](../README.md