class DocuSign_eSign::GetProviderOptions

Attributes

redirect_url[RW]

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.

Public Class Methods

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