D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
sigstore
/
dist
/
identity
/
Filename :
ci.d.ts
back
Copy
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>; }