Method: OryClient::RecoveryCodeForIdentity.openapi_types

Defined in:
lib/ory-client/models/recovery_code_for_identity.rb

.openapi_typesObject

Attribute type mapping.



48
49
50
51
52
53
54
# File 'lib/ory-client/models/recovery_code_for_identity.rb', line 48

def self.openapi_types
  {
    :'expires_at' => :'Time',
    :'recovery_code' => :'String',
    :'recovery_link' => :'String'
  }
end