public class GetClientScopesResponse extends Object
Scopes and expiration date for a client
See http://schemas.taskcluster.net/auth/v1/client-scopes-response.json#
| Modifier and Type | Field and Description |
|---|---|
String |
clientId
ClientId of the client scopes is requested about
|
Date |
expires
Date and time where the clients credentials are set to expire
|
String[] |
scopes
List of scopes the client is authorized to access
|
| Constructor and Description |
|---|
GetClientScopesResponse() |
Copyright © 2014–2015 Mozilla. All rights reserved.