Coding style cleanups
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index 1f78671e2f6a4901c935b41736f1688459c2ff65..ab46f0355e717ffd018017357c871be44a2fed2d 100644 (file)
@@ -9,6 +9,10 @@ export enum ApplicationProtocol {
   WS = 'ws',
 }
 
+export enum AuthenticationType {
+  BASIC_AUTH = 'basic-auth',
+}
+
 export enum ProtocolVersion {
   '0.0.1' = '0.0.1',
 }