How to create AutoRefreshingAuthClient from GoogleSignInAccount in flutter?

Viewed 10

I want to create AutoRefreshingAuthClient (Class present in googleapis_auth package) from GoogleSignInAccount (Class present in google_sign_in package).

I need the AutoRefreshingAuthClient so that I can use the gsheets package without any ServiceAccount

is it possible to get the AutoRefreshingAuthClient from GoogleSignInAccount ?

0 Answers
Related