@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
26 lines (18 loc) • 941 B
Markdown
# UpdateLoginFlowWithLookupSecretMethod
Update Login Flow with Lookup Secret Method
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**csrf_token** | **string** | Sending the anti-csrf token is only required for browser login flows. | [optional] [default to undefined]
**lookup_secret** | **string** | The lookup secret. | [default to undefined]
**method** | **string** | Method should be set to \"lookup_secret\" when logging in using the lookup_secret strategy. | [default to undefined]
## Example
```typescript
import { UpdateLoginFlowWithLookupSecretMethod } from '@ory/kratos-client';
const instance: UpdateLoginFlowWithLookupSecretMethod = {
csrf_token,
lookup_secret,
method,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)