Sha256: 9c8a8d1cb69440b94d7ae1451b8d2fd572d47f5b12f2a4d9cf8f66b341a1dbf6
Contents?: true
Size: 615 Bytes
Versions: 1
Compression:
Stored size: 615 Bytes
Contents
# OryClient::AdminCreateSelfServiceRecoveryCodeBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **expires_in** | **String** | Code Expires In The recovery code 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::AdminCreateSelfServiceRecoveryCodeBody.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/AdminCreateSelfServiceRecoveryCodeBody.md |