Method: DocuSign_Admin::OAuth::UserInfo.swagger_types
- Defined in:
- lib/docusign_admin/client/auth/oauth.rb
.swagger_types ⇒ Object
Attribute type mapping.
858 859 860 861 862 863 864 865 866 867 868 869 |
# File 'lib/docusign_admin/client/auth/oauth.rb', line 858 def self.swagger_types { :'sub' => :'String', :'email' => :'String', :'error_details' => :'ErrorDetails', :'accounts' => :'Array<OAuth::Account>', :'name' => :'String', :'given_name' => :'String', :'family_name' => :'String', :'created' => :'String' } end |