You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API docs: fix AsyncAuthManagers.basic example (#1110)
The example used an old version of `ExpiringAuth`. Before version 5.9,
`ExpiringAuth` accepted an `expires_in` parameter, which then was changed to
`expires_at` while `expires_in` was moved to be a convenience method on
`ExpiringAuth` instances.
However, the example code in `AsyncAuthManagers.basic` was not adjusted.
0 commit comments