Sha256: 03bdc238d522580c50f7541ed6afc1d8c0d3768da22c3094b3ab9ef48a45ab4f
Contents?: true
Size: 615 Bytes
Versions: 1
Compression:
Stored size: 615 Bytes
Contents
# OryClient::AdminCreateSelfServiceRecoveryLinkBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **expires_in** | **String** | Link Expires In The recovery link will expire at that point in time. Defaults to the configuration value of `selfservice.flows.recovery.request_lifespan`. | [optional] | | **identity_id** | **String** | Identity to Recover The identity's ID you wish to recover. | | ## Example ```ruby require 'ory-client' instance = OryClient::AdminCreateSelfServiceRecoveryLinkBody.new( expires_in: null, identity_id: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.2.0.alpha60 | docs/AdminCreateSelfServiceRecoveryLinkBody.md |