UNPKG

@okta-dfuhriman/okta-auth-js

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