fn save_token( creds: &State<'_, CredentialStoreWrapper>, user_id: &str, token: &str, ) -> Result<(), String>