public class GetClientResponse extends Object
Get all details about a client, useful for tools modifying a client
See http://schemas.taskcluster.net/auth/v1/get-client-response.json#
| Modifier and Type | Field and Description |
|---|---|
String |
clientId
ClientId of the client scopes is requested about
|
Date |
created
Date and time when this client was created
|
String |
description
Description of what these credentials are used for in markdown.
|
String[] |
expandedScopes
List of scopes granted to this client by matching roles.
|
Date |
expires
Date and time where the clients access is set to expire
|
Date |
lastDateUsed
Date of last time this client was used.
|
Date |
lastModified
Date and time of last modification
|
Date |
lastRotated
Date and time of when the
accessToken was reset last time. |
| Constructor and Description |
|---|
GetClientResponse() |
public String clientId
ClientId of the client scopes is requested about
public Date created
Date and time when this client was created
public String description
Description of what these credentials are used for in markdown. Should include who is the owner, point of contact.
public String[] expandedScopes
List of scopes granted to this client by matching roles.
public Date expires
Date and time where the clients access is set to expire
public Date lastDateUsed
Date of last time this client was used. Will only be updated every 6 hours or so this may be off by up-to 6 hours. But it still gives a solid hint as to whether or not this client is in use.
public Date lastModified
Date and time of last modification
public Date lastRotated
Date and time of when the accessToken was reset last time.
Copyright © 2014–2015 Mozilla. All rights reserved.