From a396bfed80e8a57f6caf6391bbfacec57845efa2 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 20 Sep 2019 20:48:30 +0000 Subject: [PATCH] --- Controllers/BridgeController.cs | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Controllers/BridgeController.cs b/Controllers/BridgeController.cs index 1764118..01755f2 100644 --- a/Controllers/BridgeController.cs +++ b/Controllers/BridgeController.cs @@ -68,17 +68,12 @@ If it gets a response that the token needs to be refreshed, it either hands this If the access token expires after 100 days or so then they repeat this process (automatically by QBOI) - - - */ // POST: api/Todo [HttpPost] public async Task> Post(QCreds creds) { - - var q = new QItem(); q.Token1 = "Test token 1"; q.Token2 = System.DateTime.Now.ToString(); @@ -89,13 +84,14 @@ If the access token expires after 100 days or so then they repeat this process ( public class QCreds { - public string Login { get; set; } public string Password { get; set; } - - } +// ************************************************************************************************************* + + + } } \ No newline at end of file