kind discriminant and injects getHeaders() on every
request via a custom fetch wrapper (unlike static BearerAuth, whose header
never changes, or interactive OAuth, which the SDK transport drives itself).
Implements
Constructors
Constructor
Parameters
options
ClientCredentialsOptions
Returns
ClientCredentials
Properties
kind
Implementation of
AsyncHeaderAuth.kind
Methods
getHeaders()
Returns
Promise<Record<string, string>>
Implementation of
AsyncHeaderAuth.getHeaders