diff --git a/crates/storage/src/oauth2/refresh_token.rs b/crates/storage/src/oauth2/refresh_token.rs index 68b3a15e2..c0ef40eca 100644 --- a/crates/storage/src/oauth2/refresh_token.rs +++ b/crates/storage/src/oauth2/refresh_token.rs @@ -121,8 +121,8 @@ pub trait OAuth2RefreshTokenRepository: Send + Sync { /// # Parameters /// /// * `since`: An optional timestamp to start from - /// * `until`: The timestamp before which to revoke tokens - /// * `limit`: The maximum number of tokens to revoke + /// * `until`: The timestamp before which to delete tokens + /// * `limit`: The maximum number of tokens to delete /// /// # Errors ///