public class GetClientCredentialsResponse1 extends Object
Credentials, scopes and expiration date for a client
See http://schemas.taskcluster.net/auth/v1/create-client-request.json#
| Modifier and Type | Field and Description |
|---|---|
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 |
|---|
GetClientCredentialsResponse1() |
public String description
Description of what these credentials are used for in markdown. Please write a few details here, including 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.