public class CredentialsResponse extends Object
A response containing credentials corresponding to a supplied OIDC access_token.
See http://schemas.taskcluster.net/login/v1/oidc-credentials-response.json#
| Modifier and Type | Class and Description |
|---|---|
class |
CredentialsResponse.TaskclusterCredentials |
| Modifier and Type | Field and Description |
|---|---|
CredentialsResponse.TaskclusterCredentials |
credentials
Taskcluster credentials.
|
Date |
expires
Time after which the credentials are no longer valid.
|
| Constructor and Description |
|---|
CredentialsResponse() |
public CredentialsResponse.TaskclusterCredentials credentials
Taskcluster credentials. Note that the credentials may not contain a certificate!
See http://schemas.taskcluster.net/login/v1/oidc-credentials-response.json#/properties/credentials
public Date expires
Time after which the credentials are no longer valid. Callers should call oidcCredentials again to get fresh credentials before this time.
See http://schemas.taskcluster.net/login/v1/oidc-credentials-response.json#/properties/expires
Copyright © 2014–2018 Mozilla. All rights reserved.