Bearer Authentication HTTP provider that sets Authorization: Bearer <token> headers. Accepts a static string or an asynchronous callback to resolve dynamic tokens.
Authorization: Bearer <token>
Generates the structured auth headers for fetch.
A promise resolving to the headers record.
Bearer Authentication HTTP provider that sets
Authorization: Bearer <token>headers. Accepts a static string or an asynchronous callback to resolve dynamic tokens.