UNPKG

httpyac

Version:

HTTP/REST CLI Client for *.http files

6 lines (5 loc) 342 B
import type * as models from '../../../models'; export declare class TokenExchangeFlow { static getCacheKey(config: models.OpenIdConfiguration): string | false; static perform(config: models.OpenIdConfiguration, openIdInformation: models.OpenIdInformation, context: models.OpenIdContext): Promise<models.OpenIdInformation | false>; }