Method: DocuSign_Admin::OAuth::UserInfo.attribute_map

Defined in:
lib/docusign_admin/client/auth/oauth.rb

.attribute_mapObject

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



844
845
846
847
848
849
850
851
852
853
854
855
# File 'lib/docusign_admin/client/auth/oauth.rb', line 844

def self.attribute_map
  {
      :'sub' => :'sub',
      :'email' => :'email',
      :'error_details' => :'error_details',
      :'accounts' => :'accounts',
      :'name' => :'name',
      :'given_name' => :'given_name',
      :'family_name' => :'family_name',
      :'created' => :'created'
  }
end