pub fn get_token_oauth2_implicit(
    client_id: &str,
    auth_url: Url
) -> Result<String>