UNPKG

431 BTypeScriptView Raw
1/**
2 * This token is unique to the current running instance. It is used by the backend
3 * to make sure it is an electron browser window that is connecting to its services.
4 *
5 * The identifier is a string, which makes it usable as a key for cookies, environments, etc.
6 */
7export declare const ElectronSecurityToken: string;
8export interface ElectronSecurityToken {
9 value: string;
10}
11//# sourceMappingURL=electron-token.d.ts.map
\No newline at end of file