Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Verifier

Verifiers are run against incoming requests to verify authenticity and integrity of the request before processing it.

Hierarchy

  • Verifier

Implemented by

Index

Methods

Methods

verify

  • verify(requestEnvelope: string, headers?: IncomingHttpHeaders): Promise<void | string>
  • Verifies an incoming request.

    Parameters

    • requestEnvelope: string

      The request body in string format

    • Optional headers: IncomingHttpHeaders

      The request headers

    Returns Promise<void | string>