@audiotool/nexus - v0.0.17
    Preparing search index...

    Type Alias PopupAuthResult

    PopupAuthResult:
        | AuthenticatedClient
        | { error: Error; status: "unauthenticated" }

    Result of the popup authentication flow.

    Mirrors BrowserAuthResult but does not need a login() callback, since calling audiotoolPopup is itself the trigger.