public class GetClientResponse extends Object
Get all detaisl about a client, useful for tools modifying a client
See http://schemas.taskcluster.net/auth/v1/get-client-response.json#
| Modifier and Type | Field and Description |
|---|---|
String |
accessToken
AccessToken used for authenticating requests
|
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 |
|---|
GetClientResponse() |
public String accessToken
AccessToken used for authenticating requests
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.