aries_cloudagent.protocols.revocation_notification.v1_0.handlers package

Submodules

aries_cloudagent.protocols.revocation_notification.v1_0.handlers.revoke_handler module

Handler for revoke message.

class aries_cloudagent.protocols.revocation_notification.v1_0.handlers.revoke_handler.RevokeHandler[source]

Bases: aries_cloudagent.messaging.base_handler.BaseHandler

Handler for revoke message.

RECIEVED_TOPIC = 'acapy::revocation-notification::received'
WEBHOOK_TOPIC = 'acapy::webhook::revocation-notification'
async handle(context: aries_cloudagent.messaging.request_context.RequestContext, responder: aries_cloudagent.messaging.responder.BaseResponder)[source]

Handle revoke message.