You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sample code is not correct: controller.onAuthenticationBlock = {(profile:A0UserProfile!, token:A0Token!) -> () in
must be changed to controller.onAuthenticationBlock = { (profile, token) -> () in
Sample code is not correct:
controller.onAuthenticationBlock = {(profile:A0UserProfile!, token:A0Token!) -> () inmust be changed to
controller.onAuthenticationBlock = { (profile, token) -> () in