Preview: ci.d.ts
Size: 372 B
/opt/alt/alt-nodejs19/root/lib/node_modules/npm/node_modules.bundled/sigstore/dist/identity/ci.d.ts
import { Provider } from './provider';
/**
* CIContextProvider is a composite identity provider which will iterate
* over all of the CI-specific providers and return the token from the first
* one that resolves.
*/
export declare class CIContextProvider implements Provider {
private audience;
constructor(audience: string);
getToken(): Promise<string>;
}
Directory Contents
Dirs: 0 × Files: 10