Method: OryClient::RecoveryCodeForIdentity.openapi_types
- Defined in:
- lib/ory-client/models/recovery_code_for_identity.rb
.openapi_types ⇒ Object
Attribute type mapping.
43 44 45 46 47 48 49 |
# File 'lib/ory-client/models/recovery_code_for_identity.rb', line 43 def self.openapi_types { :'expires_at' => :'Time', :'recovery_code' => :'String', :'recovery_link' => :'String' } end |