public class ExportedClients extends Object
List of clients and all their details as JSON for import/export.
See http://schemas.taskcluster.net/auth/v1/exported-clients.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 |
|---|
ExportedClients() |
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. Scopes must be composed of printable ASCII characters and spaces.
Copyright © 2014–2016 Mozilla. All rights reserved.