Class: DocuSign_eSign::GetProviderOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::GetProviderOptions
- 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.
18 19 20 |
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 18 def redirect_url @redirect_url end |
Class Method Details
.default ⇒ Object
20 21 22 |
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 20 def self.default @@default ||= GetProviderOptions.new end |