aries_cloudagent.protocols.revocation_notification.v2_0.handlers package

Submodules

aries_cloudagent.protocols.revocation_notification.v2_0.handlers.revoke_handler module

Handler for revoke message.

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

Bases: aries_cloudagent.messaging.base_handler.BaseHandler

Handler for revoke message.

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

Handle revoke message.