UNPKG

@okta/okta-auth-js

Version:
3 lines (2 loc) 268 B
import { OktaAuthOAuthInterface, OAuthResponse, TokenParams, TokenResponse, CustomUrls } from './types'; export declare function handleOAuthResponse(sdk: OktaAuthOAuthInterface, tokenParams: TokenParams, res: OAuthResponse, urls?: CustomUrls): Promise<TokenResponse>;