OBJECT

AuthenticationRequestedAttachment

An visitor authentication request attachment

link GraphQL Schema definition

  • type AuthenticationRequestedAttachment {
  • # Identifier of the event
  • correlationId: UUID!
  • # Displayed message when the visitor receives the event
  • receivedMessage: CardAttachment!
  • # Displayed message when the visitor replies to the event
  • replyMessage: CardAttachment
  • }