app-store-server-library-java
app-store-server-library-java copied to clipboard
Allow JWS online checks to be modified at runtime
Hi, we are looking into having more control over when online checks are used in the SignedDataVerifier. Currently theres no way for us to enable/disable it at runtime and if we wanted to be able to do so we would need to create 2 instances of it with different enableOnlineChecks values at creation.
Wondering if we can add a setter for the enableOnlineChecks field in the SignedDataVerifier?