Method: OryClient::SettingsFlow.openapi_types

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

.openapi_typesObject

Attribute type mapping.



68
69
70
71
72
73
74
75
76
77
78
79
80
81
# File 'lib/ory-client/models/settings_flow.rb', line 68

def self.openapi_types
  {
    :'active' => :'String',
    :'expires_at' => :'Time',
    :'id' => :'String',
    :'identity' => :'Identity',
    :'issued_at' => :'Time',
    :'request_url' => :'String',
    :'return_to' => :'String',
    :'state' => :'SettingsFlowState',
    :'type' => :'String',
    :'ui' => :'UiContainer'
  }
end