UNPKG

@okta-dfuhriman/okta-auth-js

Version:
3 lines (2 loc) 194 B
import { OktaAuthOAuthInterface, TokenParams } from './types'; export declare function getWithPopup(sdk: OktaAuthOAuthInterface, options: TokenParams): Promise<import("./types").TokenResponse>;