hp-app-bundle-sdk
Version:
A comprehensive SDK for building mini-applications.
8 lines • 531 B
TypeScript
import { MiniAppModule } from "@/core";
import { AuthManager } from "@/modules";
import { DEFAULT_AUTH_CONFIG } from "./config";
import type { AuthConfig, IAuthModuleInterface, UserProfile, AuthToken, GoogleAuthConfig, FacebookAuthConfig } from "./types";
export declare const AuthModule: MiniAppModule<IAuthModuleInterface, AuthConfig>;
export type { AuthConfig, IAuthModuleInterface, UserProfile, AuthToken, GoogleAuthConfig, FacebookAuthConfig, };
export { AuthManager, DEFAULT_AUTH_CONFIG };
//# sourceMappingURL=index.d.ts.map