REST API and Desktop Application - how to handle

Hi,
I’m trying to figure out how I could use Auth0, I saw quickstart for API and for Native App, but I don’t know how it should be implemented in my case.

I have a REST API (.net 6), and I want to make call to it from desktop application (WPF). So how to handle this combo? I’m owner of both of them.

Best regards.

Hi @lszczygielek

This page is specific to mobile, but still mostly applicable: Native Login

If you can open a browser, that is preferable for doing the login.
You’ll get back an access token and use that to call the API.

John