auth/logbot_http_bearer_auth library
Classes
- LogbotHttpBearerAuth
-
The only change from
HttpBasicAuth
is that the access token function is async, so applyToParams becomes an async function that waits for the token to refresh before setting the accessToken in the request headers
Typedefs
-
LogbotHttpBearerAuthProvider
= Future<
String> Function()