Configuration for setting up push notifications for task updates.
| JSON representation |
|---|
{
"id": string,
"url": string,
"token": string,
"authentication": {
object ( |
| Fields | |
|---|---|
id |
A unique identifier (e.g. UUID) for this push notification. |
url |
Url to send the notification too |
token |
Token unique for this task/session |
authentication |
Information about the authentication to sent with the notification |