public class CredentialsResponse extends Object
A response containing temporary credentials.
See http://schemas.taskcluster.net/login/v1/credentials-response.json#
| Modifier and Type | Field and Description |
|---|---|
String |
accessToken
Syntax: ^[a-zA-Z0-9_-]{22,66}$
|
String |
certificate
|
String |
clientId
Syntax: ^[A-Za-z0-9@/:._-]+$
|
| Constructor and Description |
|---|
CredentialsResponse() |
public String accessToken
Syntax: ^[a-zA-Z0-9_-]{22,66}$
See http://schemas.taskcluster.net/login/v1/credentials-response.json#/properties/accessToken
public String certificate
public String clientId
Syntax: ^[A-Za-z0-9@/:._-]+$
See http://schemas.taskcluster.net/login/v1/credentials-response.json#/properties/clientId
Copyright © 2014–2017 Mozilla. All rights reserved.