UNPKG

httpyac

Version:

HTTP/REST CLI Client for *.http files

11 lines (10 loc) 294 B
import { Command } from 'commander'; export declare function oauth2Command(): Command; export interface OAuth2Options { env?: Array<string>; flow: string; output?: 'access_token' | 'refresh_token' | 'response'; var?: Array<string>; verbose?: boolean; prefix?: string; }