I find the Azure AD B2C login process ugly for a xamarin app where the Login opens up a webview. Is it possible to just use a textbox for username and password and capture that data and send it to Azure AD B2C for login? Something that Firebase does really well with something simple is LoginWithUsernameAndPassword(string username, string password)
If so, can someone point me to an example, please? I haven't found an easy implementation of this at all.