Authentication Scheme |
Top Previous Next |
This SDK is intended to embed a FireMonkey application within an existing website/application. In this multi-application context, the authentication process involves two steps that were designed to ensure the security of the exchanged data among the different applications components:
1. Generating an authentication key from the website/application server side 2. Validating this key from the application client side, before starting the FireMonkey application (connect method).
|