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