Token Manager specifically designed for AWS authentication. Handles token requests to AWS endpoints using API keys.
Creates a new AWSTokenManager instance.
Configuration options including API key and URL
Private
Optional
Protected
Requests a new token from the AWS authentication endpoint. Constructs the request with API key and sends it to the configured URL.
Promise resolving to the token response
Token Manager specifically designed for AWS authentication. Handles token requests to AWS endpoints using API keys.