@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
28 lines (20 loc) • 1.02 kB
Markdown
Update Login Flow with TOTP Method
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**csrf_token** | **string** | Sending the anti-csrf token is only required for browser login flows. | [optional] [default to undefined]
**method** | **string** | Method should be set to \"totp\" when logging in using the TOTP strategy. | [default to undefined]
**totp_code** | **string** | The TOTP code. | [default to undefined]
**transient_payload** | **object** | Transient data to pass along to any webhooks | [optional] [default to undefined]
```typescript
import { UpdateLoginFlowWithTotpMethod } from '@ory/kratos-client';
const instance: UpdateLoginFlowWithTotpMethod = {
csrf_token,
method,
totp_code,
transient_payload,
};
```
[[Back to Model list]](../README.md