UNPKG

@auth0/auth0-spa-js

Version:

Auth0 SDK for Single Page Applications using Authorization Code Grant Flow with PKCE

17 lines (15 loc) 281 B
import { FetchOptions } from '../global'; /** * @ts-ignore */ export type WorkerRefreshTokenMessage = { timeout: number; fetchUrl: string; fetchOptions: FetchOptions; useFormData?: boolean; useMrrt?: boolean; auth: { audience: string; scope: string; }; };