public class CreateClientRequest extends Object
Properties to create 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 access is set to expire
|
String[] |
scopes
List of scopes the client has.
|
| Constructor and Description |
|---|
CreateClientRequest() |
public String description
Description of what these credentials are used for in markdown. Should include who is the owner, point of contact.
public Date expires
Date and time where the clients access is set to expire
public String[] scopes
List of scopes the client has. Scopes must be composed of printable ASCII characters and spaces.
Copyright © 2014–2016 Mozilla. All rights reserved.