Table of Contents

TSphinxWebLogin.RedirectUri Property

The redirect URI used to process the request sent by the server with the authorization code.

Remarks

This property should just contain the URL where your web application is available. When the server requests this URL, the web application will be reloaded, the component will be created, and automatically process the parameters sent to the redirect URL, if any

Syntax

Unit: Sphinx.WebLogin

property TSphinxWebLogin.RedirectUri: string

See also