ory-client 1.20.2

OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# CreateRecoveryCodeForIdentityBody

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**expires_in** | Option<**String**> | Code Expires In  The recovery code will expire after that amount of time has passed. Defaults to the configuration value of `selfservice.methods.code.config.lifespan`. | [optional]
**flow_type** | Option<**String**> | The flow type can either be `api` or `browser`. | [optional]
**identity_id** | **String** | Identity to Recover  The identity's ID you wish to recover. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)