UNPKG

@criipto/verify-express

Version:

Accept MitID, NemID, Swedish BankID, Norwegian BankID and more logins in your Node.js app using Passport or plain Express.js

13 lines (12 loc) 415 B
import { Request } from 'express'; export declare function extractBearerToken(req: Request): string; export declare const VERSION: any; export declare const CRIIPTO_SDK: string; export declare const memoryStorage: { readonly length: number; clear(): void; getItem(key: string): string; setItem(key: string, value: string): void; removeItem(key: string): void; key(index: number): string; };