TSphinxWebLogin.ClientId Property
The client id used to identity the web application in the Sphinx server.
Remarks
A required property that should contain the client id of web 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 web application URL registered in the list of valid redirect uris.
Syntax
Unit: Sphinx.WebLogin
property TSphinxWebLogin.ClientId: string