@faable/auth-js - v2.1.0
    Preparing search index...

    Type Alias OAuthResponse

    OAuthResponse:
        | { data: { url: string }; error: null }
        | { data: { url: null }; error: AuthError }

    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.