Function use_auth_url

Source
pub(crate) async fn use_auth_url(
    url: &Url,
    server_handle: LocalServerRedirectHandle,
) -> Option<QueryString>
Expand description

Open the authorization URL and wait for it to be complete.

Returns the code to obtain the access token.