UNPKG

@okta/okta-auth-js

Version:
3 lines (2 loc) 164 B
import { OktaAuthOAuthInterface, Token } from './types'; export declare function renewToken(sdk: OktaAuthOAuthInterface, token: Token): Promise<Token | undefined>;