Sha256: 245f0ef25e4acdd7db99b55b817be9be53757f4b6ff6aafd2781984b8f741b99
Contents?: true
Size: 617 Bytes
Versions: 88
Compression:
Stored size: 617 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] | | **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, identity_id: null ) ```
Version data entries
88 entries across 88 versions & 1 rubygems