| Package | Description |
|---|---|
| org.mozilla.taskcluster.client.auth |
| Modifier and Type | Field and Description |
|---|---|
GetClientResponse[] |
ListClientResponse.clients
|
| Modifier and Type | Method and Description |
|---|---|
CallSummary<EmptyPayload,GetClientResponse> |
Auth.client(String clientId)
Get information about a single client.
|
CallSummary<EmptyPayload,GetClientResponse> |
Auth.disableClient(String clientId)
Disable a client.
|
CallSummary<EmptyPayload,GetClientResponse> |
Auth.enableClient(String clientId)
Enable a client that was disabled with
disableClient. |
CallSummary<CreateClientRequest,GetClientResponse> |
Auth.updateClient(String clientId,
CreateClientRequest payload)
Update an exisiting client.
|
Copyright © 2014–2018 Mozilla. All rights reserved.