I've previously set the default clientId and secret using the swagger-ui package via the initOAuth instance method. ``` ui.initOAuth({ clientId: "myAwesomeId", clientSecret: "superSecret123", }); ``` I've had to move to swagger-ui-react for compatibility with React 16. How do I set the defaults there? I don't see a way of accessing the instance. Thanks!