Table of Contents

TSphinxWebLogin.Authority Property

The base URL of the Sphinx server to authenticate to.

Remarks

This property is required and must contain the base URL of the Sphinx server used to authenticate the users. From this URL, the component will automatically find the authorization endpoint (usually at /oauth/authorize) and the token endpoint (usually at /oauth/token) to perform the correct requests. Thus, you should not provide the URL to the endpoints themselves, but to the root URL of the Sphinx server.

Syntax

Unit: Sphinx.WebLogin

property TSphinxWebLogin.Authority: string

See also