This is an example app that demonstrates how to do Mutual TLS authentication (mTLS) when using a WebView as well as when using OkHttp
In app/build.gradle
you can set:
SKIP_TLS_VERIFY
to true
if you are testing against a dev site that
does not have a trusted certificate
WEB_VIEW_URL
and OK_HTTP_URL
to your own url if you are testing against your own deploy