Web authenicator is for the hosting Maui app. You would add the code to the Maui host, then pass info to the Blazor app via TryDispatch()
Blazor hybrid is basically a WASM Blazor app hosted via a Maui webview. You can use the MSAL library to authenticate via the blazor code.