Sha256: 6a8d6af2ef41c1c6e74732698dcc4a52f17329a0638809c9a8aa48aee2b3cab9
Contents?: true
Size: 617 Bytes
Versions: 117
Compression:
Stored size: 617 Bytes
Contents
# OryClient::CreateRecoveryLinkForIdentityBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **expires_in** | **String** | Link Expires In The recovery link 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::CreateRecoveryLinkForIdentityBody.new( expires_in: null, identity_id: null ) ```
Version data entries
117 entries across 117 versions & 1 rubygems