Method: Onfido::SdkTokenRequest.attribute_map

Defined in:
lib/onfido/models/sdk_token_request.rb

.attribute_mapObject

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



31
32
33
34
35
36
37
38
# File 'lib/onfido/models/sdk_token_request.rb', line 31

def self.attribute_map
  {
    :'applicant_id' => :'applicant_id',
    :'referrer' => :'referrer',
    :'application_id' => :'application_id',
    :'cross_device_url' => :'cross_device_url'
  }
end