This documentation covers Djblets 4.x.
You can select a version above or
view the latest documentation.
djblets.webapi.signals
Web API signals.
-
webapi_token_created = <django.dispatch.dispatcher.Signal object>[source]
A signal indicating a WebAPI token has been created.
- Parameters:
-
-
webapi_token_expired = <django.dispatch.dispatcher.Signal object>[source]
A signal indicating an attempt to authenticate with an expired WebAPI token.
- Parameters:
instance (djblets.webapi.models.WebAPIToken
) – The expired instance.
-
webapi_token_updated = <django.dispatch.dispatcher.Signal object>[source]
A signal indicating a WebAPI token has been updated.
- Parameters:
instance (djblets.webapi.models.WebAPIToken
) – The updated instance.