Method: DocuSign_Admin::OAuth::UserInfo#to_body

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

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



1025
1026
1027
# File 'lib/docusign_admin/client/auth/oauth.rb', line 1025

def to_body
  to_hash
end