Table of Contents

TSphinxLogin.ClientId Property

The client id used to identity the native application in the Sphinx server.

Remarks

A required property that should contain the client id of native application. This should match the id of one of the client applications registered in the Sphinx server. The registered client application should support the authorization code grant type, and it's also recommended that it requires PKCE for increased security. It should also have the http://localhost URL added to the list of valid redirect uris.

Syntax

Unit: Sphinx.Login

property TSphinxLogin.ClientId: string

See also