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`` **************************************************