public class TestAuthenticateResponse extends Object
Details on how the test request was authenticated.
See https://schemas.taskcluster.net/auth/v1/test-authenticate-response.json#
Modifier and Type | Field and Description |
---|---|
String |
clientId
ClientId from the request as it will be loggedSyntax: ^[A-Za-z0-9!
|
String[] |
scopes
List of scopes the request was authorized.
|
Constructor and Description |
---|
TestAuthenticateResponse() |
public String clientId
ClientId from the request as it will be logged
Syntax: ^[A-Za-z0-9!@/:.+|_-]+$
See https://schemas.taskcluster.net/auth/v1/test-authenticate-response.json#/properties/clientId
public String[] scopes
List of scopes the request was authorized.
Default: []
See https://schemas.taskcluster.net/auth/v1/test-authenticate-response.json#/properties/scopes
Copyright © 2014–2018 Mozilla. All rights reserved.