Hacked By AnonymousFox

Current Path : /opt/alt/alt-nodejs19/root/usr/lib/node_modules/npm/node_modules.bundled/sigstore/dist/client/
Upload File :
Current File : //opt/alt/alt-nodejs19/root/usr/lib/node_modules/npm/node_modules.bundled/sigstore/dist/client/fulcio.d.ts

export interface FulcioOptions {
    baseURL: string;
}
export interface SigningCertificateRequest {
    credentials: {
        oidcIdentityToken: string;
    };
    publicKeyRequest: {
        publicKey: {
            algorithm: string;
            content: string;
        };
        proofOfPossession: string;
    };
}
export interface SigningCertificateResponse {
    signedCertificateEmbeddedSct: {
        chain: {
            certificates: string[];
        };
    };
}
/**
 * Fulcio API client.
 */
export declare class Fulcio {
    private fetch;
    private baseUrl;
    constructor(options: FulcioOptions);
    createSigningCertificate(request: SigningCertificateRequest): Promise<SigningCertificateResponse>;
}

Hacked By AnonymousFox1.0, Coded By AnonymousFox