Skip to content

Latest commit

 

History

History
53 lines (24 loc) · 911 Bytes

CreateSubmissionDataRequestData.md

File metadata and controls

53 lines (24 loc) · 911 Bytes

DocSpring.CreateSubmissionDataRequestData

Properties

Name Type Description Notes
authSecondFactorType String [optional]
authType String [optional]
fields [String] [optional]
metadata Object [optional]
order Number [optional]

Enum: AuthSecondFactorTypeEnum

  • none (value: "none")

  • phone_number (value: "phone_number")

  • totp (value: "totp")

  • mobile_push (value: "mobile_push")

  • security_key (value: "security_key")

  • fingerprint (value: "fingerprint")

Enum: AuthTypeEnum

  • none (value: "none")

  • password (value: "password")

  • oauth (value: "oauth")

  • email_link (value: "email_link")

  • phone_number (value: "phone_number")

  • ldap (value: "ldap")

  • saml (value: "saml")