public class ClaimWorkResponse.TasksEntry.Credentials extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
accessToken
The
accessToken for the temporary credentials. |
String |
certificate
The
certificate for the temporary credentials, these are required for the temporary credentials to work. |
String |
clientId
The
clientId for the temporary credentials. |
| Constructor and Description |
|---|
Credentials() |
public String accessToken
The accessToken for the temporary credentials.
Min length: 1
public String certificate
The certificate for the temporary credentials, these are required for the temporary credentials to work.
Min length: 1
public String clientId
The clientId for the temporary credentials.
Min length: 1
Copyright © 2014–2017 Mozilla. All rights reserved.