Add Auth0 Authentication to Blazor Hybrid Apps in .NET MAUI

Is it possible to remember credentials and have the user automatically logged in on start-up? This is how it works in the iOS Native app using Auth0. Using this method I have to click Log-in and then hit “Continue” to allow it to sign in. I don’t have to retype my credentials again, but I would like to remove those two extra steps for users of my app.