pub(crate) async fn use_auth_url( url: &Url, server_handle: LocalServerRedirectHandle, ) -> Option<QueryString>
Open the authorization URL and wait for it to be complete.
Returns the code to obtain the access token.