src/index.ts| SMARTMIRRORMODULE_OPTIONS | 
                                SMARTMIRRORMODULE_OPTIONS:      | 
                        
src/services/token.service.ts| tokenKey | 
                                tokenKey:      | 
                        
                                    Default value : auth.token
                                 | 
                            
src/index.ts| createSmartMirrorModuleConfig | 
        createSmartMirrorModuleConfig(options: undefined)
                             | 
                        
src/models/enums.ts| WidgetType | 
| 
                                     Created by cem on 09.06.17.  | 
                            
| Weather | 
                                        Value: 1
                                     | 
                                
| Calender | 
                                        Value: 2
                                     | 
                                
| News | 
                                        Value: 3
                                     | 
                                
| Mails | 
                                        Value: 4
                                     | 
                                
| Notes | 
                                        Value: 5
                                     | 
                                
| WidgetSide | 
| Inactive | 
                                        Value: 0
                                     | 
                                
| Left | 
                                        Value: 1
                                     | 
                                
| Right | 
                                        Value: 2
                                     | 
                                
src/services/token.service.ts| AuthUpdateType | 
| LoginSucess | 
                                        Value: 1
                                     | 
                                
| AuthenticationFailure | 
                                        Value: 2
                                     |