Right now due to simple code sharing (and for back-compat), even in Authgear.Maui, the namespace for the classes is still Authgear.Xamarin.
#if Xamarin
namespace Authgear.Xamarin {
#elif Maui
namespace Authgear.Maui {
#elif Uno
namespace Authgear.Uno {
else
// Assert error
#end