class DocuSign_eSign::LoginOptions

Attributes

api_password[RW]

When set to true, shows the account API password in the response.

embed_account_id_guid[RW]
include_account_id_guid[RW]

When set to true, shows the account ID GUID in the response.

login_settings[RW]

Determines whether login settings are returned in the response. Valid Values: * all - All the login settings are returned. * none - no login settings are returned.

Public Class Methods

default() click to toggle source
# File lib/docusign_esign/api/authentication_api.rb, line 29
def self.default
  @@default ||= LoginOptions.new
end