UNPKG

@okta/okta-auth-js

Version:
4 lines (3 loc) 235 B
import { OktaAuthHttpInterface } from '../../http/types'; import { AuthnTransactionAPI } from '../types'; export declare function flattenEmbedded(sdk: OktaAuthHttpInterface, tx: AuthnTransactionAPI, res: any, obj: any, ref: any): any;