Result of FaableAuthClient.signInWithOauthConnection. A precise variant of AuthResult — the same never-throw contract applies.
Note: on the browser redirect success path the method's promise does not resolve at all (the page is navigating away), so this value is only observed when skipBrowserRedirect: true or in non-navigating runtimes.
skipBrowserRedirect: true
Result of FaableAuthClient.signInWithOauthConnection. A precise variant of AuthResult — the same never-throw contract applies.
Note: on the browser redirect success path the method's promise does not resolve at all (the page is navigating away), so this value is only observed when
skipBrowserRedirect: trueor in non-navigating runtimes.