platform/api/symfony/Component/Mailer/Bridge/Resend/Webhook/ResendRequestParser.yaml
2024-09-02 10:44:11 -07:00

94 lines
2.9 KiB
YAML

name: ResendRequestParser
class_comment: null
dependencies:
- name: ChainRequestMatcher
type: class
source: Symfony\Component\HttpFoundation\ChainRequestMatcher
- name: HeaderBag
type: class
source: Symfony\Component\HttpFoundation\HeaderBag
- name: Request
type: class
source: Symfony\Component\HttpFoundation\Request
- name: HeaderRequestMatcher
type: class
source: Symfony\Component\HttpFoundation\RequestMatcher\HeaderRequestMatcher
- name: IsJsonRequestMatcher
type: class
source: Symfony\Component\HttpFoundation\RequestMatcher\IsJsonRequestMatcher
- name: MethodRequestMatcher
type: class
source: Symfony\Component\HttpFoundation\RequestMatcher\MethodRequestMatcher
- name: RequestMatcherInterface
type: class
source: Symfony\Component\HttpFoundation\RequestMatcherInterface
- name: ResendPayloadConverter
type: class
source: Symfony\Component\Mailer\Bridge\Resend\RemoteEvent\ResendPayloadConverter
- name: InvalidArgumentException
type: class
source: Symfony\Component\Mailer\Exception\InvalidArgumentException
- name: AbstractMailerEvent
type: class
source: Symfony\Component\RemoteEvent\Event\Mailer\AbstractMailerEvent
- name: ParseException
type: class
source: Symfony\Component\RemoteEvent\Exception\ParseException
- name: AbstractRequestParser
type: class
source: Symfony\Component\Webhook\Client\AbstractRequestParser
- name: RejectWebhookException
type: class
source: Symfony\Component\Webhook\Exception\RejectWebhookException
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: converter
comment: null
- name: getRequestMatcher
visibility: protected
parameters: []
comment: null
- name: doParse
visibility: protected
parameters:
- name: request
- name: secret
comment: null
- name: validateSignature
visibility: private
parameters:
- name: payload
- name: headers
- name: secret
comment: null
- name: sign
visibility: private
parameters:
- name: secret
- name: messageId
- name: timestamp
- name: payload
comment: null
- name: decodeSecret
visibility: private
parameters:
- name: secret
comment: null
traits:
- Symfony\Component\HttpFoundation\ChainRequestMatcher
- Symfony\Component\HttpFoundation\HeaderBag
- Symfony\Component\HttpFoundation\Request
- Symfony\Component\HttpFoundation\RequestMatcher\HeaderRequestMatcher
- Symfony\Component\HttpFoundation\RequestMatcher\IsJsonRequestMatcher
- Symfony\Component\HttpFoundation\RequestMatcher\MethodRequestMatcher
- Symfony\Component\HttpFoundation\RequestMatcherInterface
- Symfony\Component\Mailer\Bridge\Resend\RemoteEvent\ResendPayloadConverter
- Symfony\Component\Mailer\Exception\InvalidArgumentException
- Symfony\Component\RemoteEvent\Event\Mailer\AbstractMailerEvent
- Symfony\Component\RemoteEvent\Exception\ParseException
- Symfony\Component\Webhook\Client\AbstractRequestParser
- Symfony\Component\Webhook\Exception\RejectWebhookException
interfaces: []