How to use the taskcluster-client-web.credentialInformation function in taskcluster-client-web

To help you get started, we’ve selected a few taskcluster-client-web examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github taskcluster / taskcluster-tools / src / views / CredentialsManager / CredentialsManager.jsx View on Github external
async loadCredentialInfo(userSession) {
    if (!userSession) {
      return;
    }

    return credentialInformation(
      await userSession.getCredentials(),
      process.env.TASKCLUSTER_ROOT_URL
    );
  }

taskcluster-client-web

[![Download](https://img.shields.io/badge/yarn-taskcluster--client--web-brightgreen)](https://yarnpkg.com/en/package/taskcluster-client-web) [![License](https://img.shields.io/badge/license-MPL%202.0-orange.svg)](http://mozilla.org/MPL/2.0)

MPL-2.0
Latest version published 13 days ago

Package Health Score

68 / 100
Full package analysis

Similar packages