This is only a subset of features that are available on native platforms, especially custom UserAgent and request interceptors are missing (iOS implementation).
We should add a custom UserAgent and some sort of interceptor to the RN implementation too, or at least some way to inject custom headers to requests.
Right now, we support the following features in
PowerAuthClientConfigurationType
:as seen here: https://github.com/wultra/react-native-powerauth-mobile-sdk/blob/develop/src/model/PowerAuthClientConfiguration.ts
This is only a subset of features that are available on native platforms, especially custom UserAgent and request interceptors are missing (iOS implementation).
We should add a custom UserAgent and some sort of interceptor to the RN implementation too, or at least some way to inject custom headers to requests.