| 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<CreateClientRequest,GetClientResponse> |
Auth.updateClient(String clientId,
CreateClientRequest payload)
Update an exisiting client.
|
| 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<CreateClientRequest,GetClientResponse> |
Auth.updateClient(String clientId,
CreateClientRequest payload)
Update an exisiting client.
|
Copyright © 2014–2018 Mozilla. All rights reserved.