UNPKG

httpyac

Version:

HTTP/REST CLI Client for *.http files

4 lines (3 loc) 362 B
import * as models from '../../models'; export declare function oauth2VariableReplacer(text: unknown, type: string, context: models.ProcessorContext): Promise<unknown>; export declare function getOAuth2Response(flow: string, prefix: string | undefined, context: models.OpenIdContext, tokenExchangePrefix?: string): Promise<models.OpenIdInformation | undefined>;