OptionalauthParams?: ExtraAuthParamsAuthorization parameters to be used during authentication.
OptionalonAccessDenied?: (user?: MonoCloudUser) => JSX.ElementA custom react element to render when the user is not authenticated or is not a member of the specified groups.
OptionalonError?: (error: Error) => JSX.ElementCallback function to handle errors. If not provided, errors will be thrown.
OptionalreturnUrl?: stringThe url where the user will be redirected to after sign in
Options for configuring page protection.