public class GetClientCredentialsResponse extends Object
Credentials, scopes and expiration date for a client
See http://schemas.taskcluster.net/auth/v1/client-credentials-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
|
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 |
|---|
GetClientCredentialsResponse() |
public String accessToken
AccessToken used for authenticating requests
public String clientId
ClientId of the client scopes is requested about
public Date expires
Date and time where the clients credentials are set to expire
public String[] scopes
List of scopes the client is authorized to access
Copyright © 2014–2015 Mozilla. All rights reserved.