pub(crate) async fn revoke_route(
__arg0: State<State>,
__arg1: Form<RevokeRequest>,
) -> impl IntoResponseExpand 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.