pub async fn request_auth_refresh( client: &Client, refresh_token: &str, ) -> Result<Map<String, Value>>
Submit a refresh_token via RPC.