UNPKG

@kinde-oss/kinde-node-express

Version:

Kinde SDK for traditional Node.js Express web apps that run on the server

15 lines (14 loc) 483 B
import { GrantType } from './index.js'; export declare const mockClientConfig: { clientId: string; secret: string; grantType: GrantType; issuerBaseUrl: string; siteUrl: string; unAuthorisedUrl: string; redirectUrl: string; postLogoutRedirectUrl: string; scope: string; }; export declare const getMockAuthURL: (paramOverrides?: {}) => URL; export declare const setupKindeMock: (configOverrides?: {}) => import("express-serve-static-core").Express;