Sha256: 31b431c8e5e89e80314591f0809418031d35fa0df33507749e8bf4f8a51256ad
Contents?: true
Size: 571 Bytes
Versions: 20
Compression:
Stored size: 571 Bytes
Contents
# OryKratosClient::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** | | | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::AdminCreateSelfServiceRecoveryLinkBody.new( expires_in: null, identity_id: null ) ```
Version data entries
20 entries across 20 versions & 1 rubygems