For my OktaAuth instance I am setting the following option for storageManager.token.storageProvider in OktaAuthOptions. The okta-token-storage key is being created in localStorage but I don’t know how. I see the console log message for the getItem but not setItem. Any idea why the setItem function is not being called?
I figured it out, was my error. I actually have a service layer that provides the OktaAuthOptions object in order to dynamically set values and then when I create the OktaAuth object I am hand picking the config config parameters from my service and was not assigning storageManager