PushNotificationConfig

Configuration for setting up push notifications for task updates.

JSON representation
{
  "id": string,
  "url": string,
  "token": string,
  "authentication": {
    object (AuthenticationInfo)
  }
}
Fields
id

string

A unique identifier (e.g. UUID) for this push notification.

url

string

Url to send the notification too

token

string

Token unique for this task/session

authentication

object (AuthenticationInfo)

Information about the authentication to sent with the notification