Skip to main content

revoke_route

Function revoke_route 

Source
pub(crate) async fn revoke_route(
    __arg0: State<State>,
    __arg1: Form<RevokeRequest>,
) -> impl IntoResponse
Expand description

POST /_tuwunel/oidc/revoke

MSC4254: OAuth 2.0 Token Revocation per RFC7009. Revokes both the access and refresh tokens associated with the supplied token.