feat(ui): add right action bar and use it to start transaction
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index e2d65804b78be82cc0dc74af1282ca25c5db960a..6e120337197d3ea39b65a48517b6e9f554e9eaa2 100644 (file)
@@ -11,7 +11,8 @@ export enum ApplicationProtocol {
 }
 
 export enum AuthenticationType {
-  BASIC_AUTH = 'basic-auth'
+  BASIC_AUTH = 'basic-auth',
+  PROTOCOL_BASIC_AUTH = 'protocol-basic-auth'
 }
 
 export enum ProtocolVersion {