// certificateAndKey, authResponse.challenge);
// authRequest.auth.challengeResponse = challengeResponse;
//
// authResponse = client.doLogin(authRequest, certificateAndKey);
V2ProjectList projects = identityClient.listProjects();
return projects;
}
}