UNPKG

@lucasroll62/nuxt3-auth

Version:

An alternative module to @nuxtjs/auth

9 lines (8 loc) 350 B
import type { HTTPResponse } from '../../types'; import { RefreshScheme } from './refresh'; export declare class LaravelJWTScheme extends RefreshScheme { protected updateTokens(response: HTTPResponse, { isRefreshing, updateOnRefresh }?: { isRefreshing?: boolean | undefined; updateOnRefresh?: boolean | undefined; }): void; }