Class: Docusign::RequestRecipientTokenAuthenticationAssertionAuthenticationMethod

Inherits:
String
  • Object
show all
Defined in:
lib/docusign/docusign.rb

Overview

http://www.docusign.net/API/3.0RequestRecipientTokenAuthenticationAssertionAuthenticationMethod

Constant Summary collapse

Biometric =
RequestRecipientTokenAuthenticationAssertionAuthenticationMethod.new("Biometric")
Email =
RequestRecipientTokenAuthenticationAssertionAuthenticationMethod.new("Email")
HTTPBasicAuth =
RequestRecipientTokenAuthenticationAssertionAuthenticationMethod.new("HTTPBasicAuth")
Kerberos =
RequestRecipientTokenAuthenticationAssertionAuthenticationMethod.new("Kerberos")
KnowledgeBasedAuth =
RequestRecipientTokenAuthenticationAssertionAuthenticationMethod.new("KnowledgeBasedAuth")
None =
RequestRecipientTokenAuthenticationAssertionAuthenticationMethod.new("None")
PaperDocuments =
RequestRecipientTokenAuthenticationAssertionAuthenticationMethod.new("PaperDocuments")
Password =
RequestRecipientTokenAuthenticationAssertionAuthenticationMethod.new("Password")
RSASecureID =
RequestRecipientTokenAuthenticationAssertionAuthenticationMethod.new("RSASecureID")
SSLMutualAuth =
RequestRecipientTokenAuthenticationAssertionAuthenticationMethod.new("SSLMutualAuth")
SingleSignOn_CASiteminder =
RequestRecipientTokenAuthenticationAssertionAuthenticationMethod.new("SingleSignOn_CASiteminder")
SingleSignOn_InfoCard =
RequestRecipientTokenAuthenticationAssertionAuthenticationMethod.new("SingleSignOn_InfoCard")
SingleSignOn_MicrosoftActiveDirectory =
RequestRecipientTokenAuthenticationAssertionAuthenticationMethod.new("SingleSignOn_MicrosoftActiveDirectory")
SingleSignOn_Other =
RequestRecipientTokenAuthenticationAssertionAuthenticationMethod.new("SingleSignOn_Other")
SingleSignOn_Passport =
RequestRecipientTokenAuthenticationAssertionAuthenticationMethod.new("SingleSignOn_Passport")
SingleSignOn_SAML =
RequestRecipientTokenAuthenticationAssertionAuthenticationMethod.new("SingleSignOn_SAML")
Smartcard =
RequestRecipientTokenAuthenticationAssertionAuthenticationMethod.new("Smartcard")
X509Certificate =
RequestRecipientTokenAuthenticationAssertionAuthenticationMethod.new("X509Certificate")