Table of Contents

IClientFacade.RequireClientSecret Method

Indicates client authentication using secret is required to provide tokens.

Remarks

Usually this method should return 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 applications).

Syntax

Unit: Sphinx.ClientFacade

function IClientFacade.RequireClientSecret: Boolean; virtual; abstract;

See also