title: ConsentRequestsIDPatchRequest
type: object
description: >-
  Used by: PISP

  After the user completes an out-of-band authorization with the DFSP,
  the PISP will receive a token which they can use to prove to the DFSP
  that the user trusts this PISP.

  https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31222-patch-consentrequestsid
properties:
  authToken:
    $ref: ./BinaryString.yaml
  extensionList:
    $ref: ./ExtensionList.yaml
required:
  - authToken
