Auth0.swift
version 1.28.0+Auth0.Android
version 1.25.0+requires_verification
exception (which is thrown when a high-risk login attempt is detected) and then trigger a WebAuth flow to render a CAPTCHA verification step.login_hint
parameter to prevent the user from needing to type in their username again.isVerificationRequired
error. This error indicates that the request was flagged as suspicious and an additional verification step is necessary to authenticate the user.
.parameters(["login_hint": email, "screen_hint": "signup"])
Read Auth0.swift Getting Started for details on how to set up Universal Login.
AuthenticationException#isVerificationRequired()
error. This error indicates that the request was flagged as suspicious and an additional verification step is necessary to log the user in.
params.put("screen_hint", "signup");
Read Auth0.Android Authentication with Universal Login SDK documentation for details on how to set up Universal Login.
Lock.Swift
version 2.19.0+Lock.Android
version 2.22.0+requires_verification
exception (which is thrown when a high-risk login attempt is detected) and then trigger a WebAuth flow to render a CAPTCHA verification step.login_hint
parameter to prevent the user from needing to type in their username again.requires_verification
error (which is returned by the Authentication API when a high-risk login attempt is detected) and then trigger a WebAuth flow to render a CAPTCHA verification step.