public class StatsumTokenResponse extends Object
Token for submitting statistics to statsum.
See http://schemas.taskcluster.net/auth/v1/statsum-token-response.json#
| Modifier and Type | Field and Description |
|---|---|
String |
baseUrl
Base URL for the statsum server this project is allocated on.
|
Date |
expires
Time at which the token expires and should not be used anymore.
|
String |
project
Project name that the token grants access to.
|
String |
token
JWT token to be used as
Bearer <token> when submitting data to statsum. |
| Constructor and Description |
|---|
StatsumTokenResponse() |
public String baseUrl
Base URL for the statsum server this project is allocated on.
public Date expires
Time at which the token expires and should not be used anymore.
public String project
Project name that the token grants access to.
public String token
JWT token to be used as Bearer <token> when submitting data to statsum.
Copyright © 2014–2016 Mozilla. All rights reserved.