pub fn build_authorize_url( auth_url: &str, client_id: &str, redirect_uri: &str, scopes: &[String], state: &str, ) -> String
Build the authorization-code consent URL the user opens in a browser.