I’m building swift Client App, which has native webview(WKWebView) that hosting organization URL sign in page. When user tap on sign in webpage, that redirects to okta. I was able to read tokens data by parsing using “evaluateJavaScript” method. I would like initialise token and save it to Credential.store(token) but unable initialise due to scope of init method.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.