public class WebhooktunnelTokenResponse extends Object
Token for connecting a worker to webhooktunnel proxy
See http://schemas.taskcluster.net/auth/v1/webhooktunnel-token-response.json#
| Modifier and Type | Field and Description |
|---|---|
String |
proxyUrl
websocket url at which proxy is hostedSee http://schemas.taskcluster.net/auth/v1/webhooktunnel-token-response.json#/properties/proxyUrl
|
String |
token
jwt token to be used as
Bearer <token> when connecting to proxy. |
String |
tunnelId
id for proxy connectionSee http://schemas.taskcluster.net/auth/v1/webhooktunnel-token-response.json#/properties/tunnelId
|
| Constructor and Description |
|---|
WebhooktunnelTokenResponse() |
public String proxyUrl
websocket url at which proxy is hosted
See http://schemas.taskcluster.net/auth/v1/webhooktunnel-token-response.json#/properties/proxyUrl
public String token
jwt token to be used as Bearer <token> when connecting to proxy.
See http://schemas.taskcluster.net/auth/v1/webhooktunnel-token-response.json#/properties/token
public String tunnelId
id for proxy connection
See http://schemas.taskcluster.net/auth/v1/webhooktunnel-token-response.json#/properties/tunnelId
Copyright © 2014–2017 Mozilla. All rights reserved.