You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -103,11 +104,19 @@ modelLogin = Doc.defineModel "Login" $ do
103
104
\to allow targeted revocation of all cookies granted to that \
104
105
\specific client."
105
106
Doc.optional
107
+
Doc.property "verification_code"Doc.string' $do
108
+
Doc.description "The login verification code for 2nd factor authentication. Required only if SndFactorPasswordChallenge is enabled for the team/server."
109
+
Doc.optional
106
110
107
111
instanceToJSONLoginwhere
108
112
toJSON (SmsLogin p c l) = object ["phone".= p, "code".= c, "label".= l]
0 commit comments