Method: OryClient::UpdateSettingsFlowWithProfileMethod.openapi_types
- Defined in:
- lib/ory-client/models/update_settings_flow_with_profile_method.rb
.openapi_types ⇒ Object
Attribute type mapping.
43 44 45 46 47 48 49 |
# File 'lib/ory-client/models/update_settings_flow_with_profile_method.rb', line 43 def self.openapi_types { :'csrf_token' => :'String', :'method' => :'String', :'traits' => :'Object' } end |