@faable/auth-js - v1.7.4
    Preparing search index...

    Type Alias OAuthResponse

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

    Result of FaableAuthClient.signInWithOauthConnection. Carries the authorize URL on success (useful when skipBrowserRedirect: true so you can drive the navigation yourself) or an AuthError on failure.