public class ListClientsResponse extends Object
Get a list of all clients, including basic information, but not credentials.
See http://schemas.taskcluster.net/auth/v1/list-clients-response.json#
| Modifier and Type | Field and Description |
|---|---|
String |
clientId
ClientId of the client scopes is requested about
|
String |
description
Description of what these credentials are used for in markdown.
|
Date |
expires
Date and time where the clients credentials are set to expire
|
String |
name
Human readable name of this set of credentials, typical component/server-name or IRC nickname of the user.
|
String[] |
scopes
List of scopes the client is authorized to access
|
| Constructor and Description |
|---|
ListClientsResponse() |
public String clientId
ClientId of the client scopes is requested about
public String description
Description of what these credentials are used for in markdown. Should include who is the owner, point of contact. Why it is scoped as is, think of this as documentation.
public Date expires
Date and time where the clients credentials are set to expire
public String name
Human readable name of this set of credentials, typical component/server-name or IRC nickname of the user.
public String[] scopes
List of scopes the client is authorized to access
Copyright © 2014–2015 Mozilla. All rights reserved.