UNPKG

google-oauth-cli-generator

Version:

CLI tool to quickly set up Google OAuth authentication for hackathons and projects

3 lines 162 B
import { AuthConfig } from '../types'; export declare function generateProject(config: AuthConfig): Promise<void>; //# sourceMappingURL=project-generator.d.ts.map