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

    Class ReceiverAbstract

    Gets access tokens from one configured credential source.

    Applications normally pass a Bearer to the SDK and do not create a receiver directly. The SDK creates one receiver for an authentication flow. Each successful Receiver.fetch call updates Receiver.latest.

    Index
    • Gets access tokens from one configured credential source.

      Applications normally pass a Bearer to the SDK and do not create a receiver directly. The SDK creates one receiver for an authentication flow. Each successful Receiver.fetch call updates Receiver.latest.

      Returns Receiver

    $type: string

    Contains the fully qualified runtime type name.

    • get latest(): Token | undefined

      Returns the last successfully fetched token, or undefined before the first success.

      Returns Token | undefined