Retrieves and caches host-owned OAuth access tokens for email providers.
DripDrop never performs OAuth flows or stores refresh tokens. This module
calls the adapter's token_callback and caches only the returned access token
until its expiry.
Summary
Functions
Returns a cached OAuth access token or refreshes one with the adapter callback.