Headless browser with oidc-client-net

Hello I’m trying to integrate the auth0-oidc-client-net library into my WPF desktop application. I want to add a feature that keeps users logged in after first login without having to open another browser window. My current understanding is that this SDK depends on browser cookies to authenticate users. I was hoping there is a way to open a headless browser window to a login page using a refresh token so my users don’t have to see a window pop up every time they launch my application.

I found a BrowserOptions object in the SDK source code but I can’t find any examples or documentation on what options are available or how to implement them.

If there is a better way to do this please let me know. Thanks.