Skip to content

Commit 468032b

Browse files
committed
correction
1 parent fd4fdae commit 468032b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

atrium-oauth/oauth-client/src/server_agent.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,6 @@ where
205205
)
206206
.await
207207
}
208-
pub async fn revoke_session(&self, token: &str) -> Result<()> {
209-
todo!()
210-
}
211-
pub async fn refresh_session(&self, token_set: TokenSet) -> Result<TokenSet> {
212-
todo!()
213-
}
214208
pub async fn request<O>(&self, request: OAuthRequest) -> Result<O>
215209
where
216210
O: serde::de::DeserializeOwned,

0 commit comments

Comments
 (0)