I am wondering if it is possible to write my own login screen in my custom shell?
I find the following method:
Application.Current.AuthenticationService.Login()
Does this mean I can write my custom login UI and call this method to login, instead of using the built-in login screen?