title: AuthorizationsIDPutResponse
type: object
additionalProperties: false
description: 'The object sent in the PUT /authorizations/{ID} callback.'
properties:
  authenticationInfo:
    $ref: ./AuthenticationInfo.yaml
  responseType:
    $ref: ./AuthorizationResponse.yaml
required:
  - responseType
