UNPKG

@auth0/auth0-spa-js

Version:

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

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