Sha256: f639d3cfa6473a0cf15ed5b37c4737706a50feeea784ccb068070e0aeb00099b
Contents?: true
Size: 636 Bytes
Versions: 5
Compression:
Stored size: 636 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::CreateRecoveryCodeForIdentityBody.new( expires_in: null, identity_id: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems