| Package | Description |
|---|---|
| org.mozilla.taskcluster.client.auth |
| Modifier and Type | Method and Description |
|---|---|
CallSummary<CreateClientRequest,CreateClientResponse> |
Auth.createClient(String clientId,
CreateClientRequest payload)
Create a new client and get the
accessToken for this client. |
CallSummary<EmptyPayload,CreateClientResponse> |
Auth.resetAccessToken(String clientId)
Reset a clients
accessToken, this will revoke the existing accessToken, generate a new accessToken and return it from this call. |
Copyright © 2014–2018 Mozilla. All rights reserved.