Token Manager specifically designed for AWS authentication. Handles token requests to AWS endpoints using API keys.

Hierarchy

  • JwtTokenManager
    • AWSTokenManager

Constructors

Properties

Methods

Constructors

Properties

apikey: string
httpsAgent?: Agent

Methods

  • Protected

    Requests a new token from the AWS authentication endpoint. Constructs the request with API key and sends it to the configured URL.

    Returns Promise<any>

    Promise resolving to the token response