Auth0.swift custom user agent or provider

Hi, I’m currently working on using Auth0’s Swift SDK to authenticate using the WebAuthentication.webViewProvider, but there is no way to set the preferred webkit user agent to mobile which our authentication requires for certain groups and so using this on an iPad the default user agent is always macOS, blocking our users from authenticating. Is there a way get around this OR is there a proper way to create our own custom provider? We are really wanting to create our own custom web kit web view provider to customize the the wekbit auth modal, but it seems like we are not able to do that due to not having access to the TranscationStore which seems required?

Hello,

Is there a way around the default macOS user agent in WebAuthentication.webViewProvider?