OBJECT
AuthenticationRequestedAttachment
An visitor authentication request attachment
link GraphQL Schema definition
- type AuthenticationRequestedAttachment {
- # Identifier of the event
- UUID! :
- # Displayed message when the visitor receives the event
- CardAttachment! :
- # Displayed message when the visitor replies to the event
- CardAttachment :
- }