UNPKG

@okta/okta-auth-js

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