UNPKG

@kinde-oss/kinde-auth-pkce-js

Version:

Kinde PKCE authentication for SPAs

3 lines (2 loc) 105 B
import { JWT } from './isJWTActive.types'; export declare const isJWTActive: (jwtToken: JWT) => boolean;