@coherenceplatform/sdk
Version:
Coherence SDK for embedding AI-powered chat into your applications
12 lines • 441 B
TypeScript
/**
* Factory class for creating authentication providers based on configuration
*/
export class AuthenticationFactory {
/**
* Create an authentication provider based on the provided configuration
* @param {Object} config - The authentication configuration
* @returns {BaseAuthProvider} An authentication provider instance
*/
static create(config: any): BaseAuthProvider;
}
//# sourceMappingURL=factory.d.ts.map