Method: OryClient::RecoveryCodeForIdentity#expires_at
- Defined in:
- lib/ory-client/models/recovery_code_for_identity.rb
#expires_at ⇒ Object
Expires At is the timestamp of when the recovery flow expires The timestamp when the recovery link expires.
20 21 22 |
# File 'lib/ory-client/models/recovery_code_for_identity.rb', line 20 def expires_at @expires_at end |