Type Alias: MountAuth()
Unified method to mount any type of authentication-related embed.
This method creates and configures a React-based rendering context for authentication components, returning a mount root object that allows you to render specific authentication UIs (login, user profile, forgot password) and unmount them when needed.
When using <mmq-auth> component, this method is called internally with the proper configuration derived from window.mimeeqEmbedEnv.
Parameters
payload
Configuration options for mounting the authentication component
Returns
A promise that resolves to an object with render and unmount methods