UNPKG

@okta/okta-auth-js

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