Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
nodejs-18
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
sigstore
/
dist
/
client
/
//opt/nodejs-18/usr/lib/node_modules/npm/node_modules/sigstore/dist/client/fulcio.d.ts
export interface FulcioOptions { baseURL: string; } export interface CertificateRequest { publicKey: { content: string; }; signedEmailAddress: string; } /** * Fulcio API client. */ export declare class Fulcio { private fetch; private baseUrl; constructor(options: FulcioOptions); createSigningCertificate(idToken: string, request: CertificateRequest): Promise<string>; }