Merge pull request #13522 from nextcloud/enh/noid/dev-new-tokeninvalidated-event

Add new event in the developer doc available event list
This commit is contained in:
Julien Veyssier 2025-08-22 13:32:13 +02:00 committed by GitHub
commit 75aaf75ba9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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