Method: OryKratosClient::UpdateRegistrationFlowWithCodeMethod.openapi_types

Defined in:
lib/ory-kratos-client/models/update_registration_flow_with_code_method.rb

.openapi_typesObject

Attribute type mapping.



60
61
62
63
64
65
66
67
68
69
# File 'lib/ory-kratos-client/models/update_registration_flow_with_code_method.rb', line 60

def self.openapi_types
  {
    :'code' => :'String',
    :'csrf_token' => :'String',
    :'method' => :'String',
    :'resend' => :'String',
    :'traits' => :'Object',
    :'transient_payload' => :'Object'
  }
end