Table of Contents

TSphinxWebLogin.ManualCallbackCheck Property

Controls whether the OAuth callback is processed automatically when the component is loaded.

Remarks

When False (the default), the component checks for an OAuth authorization callback automatically as part of component initialization (i.e., as soon as the form or data module containing it is loaded). This is the typical setup: the application page simply loads, and the component silently completes the authorization code exchange if the current URL contains a valid callback. Set this property to True to suppress that automatic check and take control of when the flow starts. In this mode, you must call Login explicitly; Login always checks for a pending callback first and then proceeds with the normal login sequence. This is useful when you need to perform initialization work before starting the login process, or when you want to conditionally skip authentication on certain pages.

Syntax

Unit: Sphinx.WebLogin

property TSphinxWebLogin.ManualCallbackCheck: Boolean

See also