Rent Reporting-as-a-Service
Software Development Kit

WebView

0min

For webview Integration there is an additional method to pass token with injectingJavascript before content loads:

ReactNative:

injectedJavaScriptBeforeContentLoaded={` window.authToken = '${token}'; true; `}