This documentation covers the in-development release of Djblets.
You can see the stable Djblets
documentation or
all previous versions.
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.