| Package | Description |
|---|---|
| org.mozilla.taskcluster.client.auth |
| Modifier and Type | Method and Description |
|---|---|
CallSummary<EmptyPayload,GetClientResponse> |
Auth.client(String clientId)
Returns all information about a given client.
|
CallSummary<GetClientCredentialsResponse1,GetClientResponse> |
Auth.createClient(String clientId,
GetClientCredentialsResponse1 payload)
Create a client with given
clientId, name, expires, scopes and description. |
CallSummary<GetClientCredentialsResponse1,GetClientResponse> |
Auth.modifyClient(String clientId,
GetClientCredentialsResponse1 payload)
Modify client
name, expires, scopes and description. |
CallSummary<EmptyPayload,GetClientResponse> |
Auth.resetCredentials(String clientId)
Reset credentials for a client.
|
Copyright © 2014–2015 Mozilla. All rights reserved.