@airbolt/sdk
    Preparing search index...

    Class TokenManager

    Secure token manager with automatic refresh capabilities

    Features:

    • Automatic token refresh before expiration
    • Secure token storage with proper cleanup
    • Retry logic with exponential backoff
    • Race condition protection
    • Environment-agnostic (browser/Node.js)
    Index

    Constructors

    Methods

    • Get token info for debugging (without exposing actual token)

      Returns { expiresAt?: Date; hasToken: boolean; tokenType?: string }