Builds a PushConfig Object

PushConfig(attributes = NULL, push_endpoint = NULL, oidcToken = NULL)

Arguments

attributes

list The attributes object or list of objects

push_endpoint

character A URL locating the endpoint to which messages should be pushed

oidcToken

character If specified, Pub/Sub will generate and attach an OIDC JWT token as an Authorization header in the HTTP request for every pushed message

Value

PushConfig object