Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.47 KB

File metadata and controls

53 lines (37 loc) · 1.47 KB

UpdateSubmissionDataRequestData

Properties

Name Type Description Notes
authPhoneNumberHash String [optional]
authProvider String [optional]
authSecondFactorType AuthSecondFactorTypeEnum [optional]
authSessionIdHash String [optional]
authSessionStartedAt String [optional]
authType AuthTypeEnum [optional]
authUserIdHash String [optional]
authUsernameHash String [optional]
email String [optional]
fields List<String> [optional]
metadata Object [optional]
name String [optional]
order Integer [optional]

Enum: AuthSecondFactorTypeEnum

Name Value
NONE "none"
PHONE_NUMBER "phone_number"
TOTP "totp"
MOBILE_PUSH "mobile_push"
SECURITY_KEY "security_key"
FINGERPRINT "fingerprint"
EMPTY ""

Enum: AuthTypeEnum

Name Value
NONE "none"
PASSWORD "password"
OAUTH "oauth"
EMAIL_LINK "email_link"
PHONE_NUMBER "phone_number"
LDAP "ldap"
SAML "saml"