ibm-security-verify / verify-sdk-android

This repository is for active development of the IBM Security Verify SDK for Android.
MIT License
0 stars 4 forks source link

Release 3.0.3-104 #19

Closed chagemann closed 2 months ago

chagemann commented 2 months ago

Rewrite the network stack and provide the option to pass an HttpClient instance into functions that execute a network requests. The parameter is optional and uses the default NetworkHelper object in the SDK if not passed by the user. The user also has the option to configure the client in NetworkHelper.

What does it do?

Motivation and Context