Sha256: b4aeeadfbc682315b7028d16aa6d74f48331c07b1072592ccf3de6b79a3be98a
Contents?: true
Size: 569 Bytes
Versions: 2
Compression:
Stored size: 569 Bytes
Contents
# OryHydraClient::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 = OryHydraClient::AdminCreateSelfServiceRecoveryLinkBody.new( expires_in: null, identity_id: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-0.7.1.alpha1 | docs/AdminCreateSelfServiceRecoveryLinkBody.md |
ory-kratos-client-0.7.0.alpha1 | docs/AdminCreateSelfServiceRecoveryLinkBody.md |