UNPKG

@okta/okta-auth-js

Version:
4 lines (3 loc) 175 B
import { SessionAPI } from './types'; import { OktaAuthBaseInterface } from '../base/types'; export declare function createSessionApi(sdk: OktaAuthBaseInterface): SessionAPI;