<ProcessCallback/> completes a pending sign-in or sign-out callback on the
current URL and synchronizes the authentication state.
Render it on the dedicated route that MonoCloud redirects back to (for
example, /callback) and disable automatic processing on the provider with
autoProcessCallback={false}. It renders no UI of its own beyond the optional
loading, error, and children slots. Navigation after a successful
callback is controlled by the provider-level postCallback option, not by
this component.
<ProcessCallback/>completes a pending sign-in or sign-out callback on the current URL and synchronizes the authentication state.Render it on the dedicated route that MonoCloud redirects back to (for example,
/callback) and disable automatic processing on the provider withautoProcessCallback={false}. It renders no UI of its own beyond the optionalloading,error, andchildrenslots. Navigation after a successful callback is controlled by the provider-levelpostCallbackoption, not by this component.