Method: FormAPI::AuthenticationError.openapi_types

Defined in:
lib/form_api/models/authentication_error.rb

.openapi_typesObject

Attribute type mapping.



52
53
54
55
56
57
# File 'lib/form_api/models/authentication_error.rb', line 52

def self.openapi_types
  {
    :'status' => :'String',
    :'error' => :'String'
  }
end