1 | import express = require('express');
|
2 | import { BackendApplicationContribution } from '../../node';
|
3 | import { ElectronTokenValidator } from './electron-token-validator';
|
4 |
|
5 |
|
6 |
|
7 |
|
8 | export declare class ElectronTokenBackendContribution implements BackendApplicationContribution {
|
9 | protected readonly tokenValidator: ElectronTokenValidator;
|
10 | configure(app: express.Application): void;
|
11 | |
12 |
|
13 |
|
14 | protected expressMiddleware(req: express.Request, res: express.Response, next: express.NextFunction): void;
|
15 | }
|
16 |
|
\ | No newline at end of file |