authenticateWithPreparedRedirect
suspend fun SignIn.authenticateWithPreparedRedirect(transferable: Boolean = true): ClerkResult<OAuthResult, ClerkErrorResponse>
Continues a prepared redirect verification.
Use this after a sign-in has prepared a first factor that returned an externalVerificationRedirectUrl, such as Enterprise SSO.
Return
A ClerkResult containing the redirect authentication result on success, or a ClerkErrorResponse on failure.
Parameters
transferable
Whether this authentication flow allows transferring to a sign-up if the user doesn't have an account. Defaults to true.