Sha256: 3305768630c3412b93b79638d107d155194fec64cfe33c43da4a08fb344a1dd3
Contents?: true
Size: 688 Bytes
Versions: 50
Compression:
Stored size: 688 Bytes
Contents
# OryClient::RecoveryCodeForIdentity ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **expires_at** | **Time** | Expires At is the timestamp of when the recovery flow expires The timestamp when the recovery code expires. | [optional] | | **recovery_code** | **String** | RecoveryCode is the code that can be used to recover the account | | | **recovery_link** | **String** | RecoveryLink with flow This link opens the recovery UI with an empty `code` field. | | ## Example ```ruby require 'ory-client' instance = OryClient::RecoveryCodeForIdentity.new( expires_at: null, recovery_code: null, recovery_link: null ) ```
Version data entries
50 entries across 50 versions & 1 rubygems