UNPKG

@contentstack/cli-auth

Version:

Contentstack CLI plugin for authentication activities

6 lines (5 loc) 283 B
export declare const askPassword: () => Promise<string>; export declare const askOTPChannel: () => Promise<string>; export declare const askOTP: () => Promise<string>; export declare const askUsername: () => Promise<string>; export declare const askTokenType: () => Promise<string>;