@nebius/js-sdk - v0.2.54
    Preparing search index...

    Receives one OAuth authorization code on a loopback HTTP server.

    The server binds to 127.0.0.1 on an available port. It accepts the code only when the returned state matches the generated state. This class is a low-level part of interactive federation login.

    Index
    • Waits for a valid code and rejects when the optional timeout expires.

      Parameters

      • timeoutMs: number | undefined

      Returns Promise<string | null>