From e8763d2565a3e7ad4bbbf3614b47186f92c7eab6 Mon Sep 17 00:00:00 2001 From: Alexander Dodatko Date: Mon, 30 Jul 2018 12:17:32 +0300 Subject: [PATCH] [#6] added credentials memoization --- .../ViewController.m | 73 +++++++++++++++---- 1 file changed, 57 insertions(+), 16 deletions(-) diff --git a/JiveAuthenticatingHTTPProtocolDemo/JiveAuthenticatingHTTPProtocolDemo/ViewController.m b/JiveAuthenticatingHTTPProtocolDemo/JiveAuthenticatingHTTPProtocolDemo/ViewController.m index d64f5d3..f3e1818 100644 --- a/JiveAuthenticatingHTTPProtocolDemo/JiveAuthenticatingHTTPProtocolDemo/ViewController.m +++ b/JiveAuthenticatingHTTPProtocolDemo/JiveAuthenticatingHTTPProtocolDemo/ViewController.m @@ -16,6 +16,8 @@ @interface ViewController ()