Sha256: c7213f1121e56733e7cba03eb5b340ea339cfaf3cf0615bdf4faadbbca239826
Contents?: true
Size: 522 Bytes
Versions: 15
Compression:
Stored size: 522 Bytes
Contents
# OryHydraClient::CreateRecoveryLink ## 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** | | | ## Example ```ruby require 'ory-client' instance = OryHydraClient::CreateRecoveryLink.new( expires_in: null, identity_id: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems