Sha256: 998cf78ff6b7f36ec6781d2befb804c16264bca576ea1886434e1902967c3f04
Contents?: true
Size: 529 Bytes
Versions: 26
Compression:
Stored size: 529 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-kratos-client' instance = OryHydraClient::CreateRecoveryLink.new( expires_in: null, identity_id: null ) ```
Version data entries
26 entries across 26 versions & 1 rubygems