コード例 #1
0
        const string APIKEY = "5555"; //This is suppose to be the APIKEy for Tracker authenticant

        public DashboardController(IAuthenticationService authService, IAuthenticationSessionProvider authenticationServiceProvider)
        {
            _authService = authService;
            _authenticationServiceProvider = authenticationServiceProvider;
        }
コード例 #2
0
        const string APIKEY = "5555"; //This is suppose to be the APIKEy for Tracker authenticant

        public HomeController(ILogger <HomeController> logger, IAuthenticationService authService, IAuthenticationSessionProvider authenticationServiceProvider)
        {
            _logger      = logger;
            _authService = authService;
            _authenticationServiceProvider = authenticationServiceProvider;
        }