feat(developer): add new OCP\Authentication\Events\TokenInvalidatedEvent event in the list of available events

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
Julien Veyssier
2025-08-20 17:53:57 +02:00
parent f3a1403f36
commit c5d844bcd1

View File

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