Table of Contents

TSphinxWebLogin.Scope Property

The scope to be required to the Sphinx server.

Remarks

This should contian the scope being requested to the server. At the very least this should include "openid" but you can also add "email". If your web application communicates with a REST API, then you can also include the scopes that your API might require.

Syntax

Unit: Sphinx.WebLogin

property TSphinxWebLogin.Scope: string

See also