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
It would be very useful to implement a method to retrieve the URL from the InstalledFlowAuthenticator. If there is already a way of doing this, it would be awesome to show an example in the documentation.
The main benefit of retrieving the URL is that I can use the open crate to open the URL using my default browser rather than have it print in the console, or, a method can be added to the crate to make this feature more native.
The text was updated successfully, but these errors were encountered:
It would be very useful to implement a method to retrieve the URL from the
InstalledFlowAuthenticator
. If there is already a way of doing this, it would be awesome to show an example in the documentation.The main benefit of retrieving the URL is that I can use the
open
crate to open the URL using my default browser rather than have it print in the console, or, a method can be added to the crate to make this feature more native.The text was updated successfully, but these errors were encountered: