@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
28 lines (20 loc) • 1.01 kB
Markdown
Update Settings Flow with Password Method
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**csrf_token** | **string** | CSRFToken is the anti-CSRF token | [optional] [default to undefined]
**method** | **string** | Method Should be set to password when trying to update a password. | [default to undefined]
**password** | **string** | Password is the updated password | [default to undefined]
**transient_payload** | **object** | Transient data to pass along to any webhooks | [optional] [default to undefined]
```typescript
import { UpdateSettingsFlowWithPasswordMethod } from '@ory/kratos-client';
const instance: UpdateSettingsFlowWithPasswordMethod = {
csrf_token,
method,
password,
transient_payload,
};
```
[[Back to Model list]](../README.md