massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / webhook_notification_gateway.pyi
1 from typing import Any
2
3 from braintree.exceptions.invalid_challenge_error import InvalidChallengeError as InvalidChallengeError
4 from braintree.exceptions.invalid_signature_error import InvalidSignatureError as InvalidSignatureError
5 from braintree.util.crypto import Crypto as Crypto
6 from braintree.util.xml_util import XmlUtil as XmlUtil
7 from braintree.webhook_notification import WebhookNotification as WebhookNotification
8
9 text_type = str
10
11 class WebhookNotificationGateway:
12     gateway: Any
13     config: Any
14     def __init__(self, gateway) -> None: ...
15     def parse(self, signature, payload): ...
16     def verify(self, challenge): ...