Sha256: 450f7e408a0caf73ae7553f1064ea7b4f4a126cfe83454a44657e248d4962ad5
Contents?: true
Size: 750 Bytes
Versions: 29
Compression:
Stored size: 750 Bytes
Contents
# OryClient::CreateRecoveryCodeForIdentityBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **expires_in** | **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** | **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. | | ## Example ```ruby require 'ory-client' instance = OryClient::CreateRecoveryCodeForIdentityBody.new( expires_in: null, flow_type: null, identity_id: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems