Method: OryClient::LoginFlow.attribute_map

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

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# File 'lib/ory-client/models/login_flow.rb', line 60

def self.attribute_map
  {
    :'active' => :'active',
    :'created_at' => :'created_at',
    :'expires_at' => :'expires_at',
    :'id' => :'id',
    :'issued_at' => :'issued_at',
    :'oauth2_login_challenge' => :'oauth2_login_challenge',
    :'oauth2_login_request' => :'oauth2_login_request',
    :'refresh' => :'refresh',
    :'request_url' => :'request_url',
    :'requested_aal' => :'requested_aal',
    :'return_to' => :'return_to',
    :'session_token_exchange_code' => :'session_token_exchange_code',
    :'type' => :'type',
    :'ui' => :'ui',
    :'updated_at' => :'updated_at'
  }
end