Table of Contents

TSphinxClientApp.RequireClientSecret Property

Indicates client authentication using secret is required to provide tokens.

Remarks

Usually this property should be set false for public clients, and true for private, confidential clients. In other words, true when the client app can keep the secret safe (e.g., server applications) or false otherwise (web, mobile, desktop applications).

Syntax

Unit: Sphinx.Comp.ClientApp

property TSphinxClientApp.RequireClientSecret: Boolean

See also