Record total elapsed time for auth loop
This PR suggests an idea to record the total elapsed time for an auth loop as the elapsed
record for the final request. This is sort of terrible because it includes the time for other requests.
Ideally requests (the library) would preserve the history propagated by requests_ecp so that the true total would just be the sum of all of the requests.