Class: DocuSign_eSign::ListProvidersOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::ListProvidersOptions
- Defined in:
- lib/docusign_esign/api/cloud_storage_api.rb
Instance Attribute Summary collapse
-
#redirect_url ⇒ Object
The URL the user is redirected to after the cloud storage provider authenticates the user.
Class Method Summary collapse
Instance Attribute Details
#redirect_url ⇒ Object
The URL the user is redirected to after the cloud storage provider authenticates the user. Using this will append the redirectUrl to the authenticationUrl. The redirectUrl is restricted to URLs in the docusign.com or docusign.net domains.
78 79 80 |
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 78 def redirect_url @redirect_url end |
Class Method Details
.default ⇒ Object
80 81 82 |
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 80 def self.default @@default ||= ListProvidersOptions.new end |