From c5d844bcd1147d9cad8a72b2c8f38d96caa78b55 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Wed, 20 Aug 2025 17:53:57 +0200 Subject: [PATCH] feat(developer): add new OCP\Authentication\Events\TokenInvalidatedEvent event in the list of available events Signed-off-by: Julien Veyssier --- developer_manual/basics/_available_events_ocp.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/developer_manual/basics/_available_events_ocp.rst b/developer_manual/basics/_available_events_ocp.rst index 0c484bbeb..bc05468a6 100644 --- a/developer_manual/basics/_available_events_ocp.rst +++ b/developer_manual/basics/_available_events_ocp.rst @@ -65,6 +65,13 @@ Emitted when the authentication fails Emitted when the authentication fails, but only if the login name can be associated with an existing user. +``OCP\Authentication\Events\TokenInvalidatedEvent`` +*************************************************** + +.. versionadded:: 32 + +Emitted when an authentication token is invalidated. + ``OCP\Authentication\TwoFactorAuth\RegistryEvent`` **************************************************