adpa-enterprise-framework-automation
Version:
Modular, standards-compliant Node.js/TypeScript automation framework for enterprise requirements, project, and data management. Provides CLI and API for BABOK v3, PMBOK 7th Edition, and DMBOK 2.0 (in progress). Production-ready Express.js API with TypeSpe
17 lines • 508 B
TypeScript
export interface AdobeCredentials {
clientId: string;
clientSecret: string;
organizationId: string;
technicalAccountId: string;
privateKey: string;
publicKeyId: string;
}
export declare class CredentialManager {
private credentialsPath;
setupCredentials(): Promise<void>;
private hasExistingCredentials;
private validateCredentials;
private createCredentialsTemplate;
getCredentials(): AdobeCredentials | null;
}
//# sourceMappingURL=setup-credentials.d.ts.map