export default util; declare namespace util { export { AUTH_PARAMS }; /** * Get the tokens in the OIDC/OAUTH flows * * @param settings - settings model object * @param params - {idp: 'xxx'} for social auth * {sessionToken: 'xxx'} for okta idp */ export function getTokens(settings: any, params: any, controller: any): void; } declare const AUTH_PARAMS: string[]; //# sourceMappingURL=OAuth2Util.d.ts.map