title: AuthenticationInfo
type: object
additionalProperties: false
description: Data model for the complex type AuthenticationInfo.
properties:
  authentication:
    $ref: ./AuthenticationType.yaml
  authenticationValue:
    $ref: ./AuthenticationValue.yaml
required:
  - authentication
  - authenticationValue
