Validating the key |
Top Previous Next |
After you have generated the one-time key and password on the server side and have written them on the HTML file, you should call the IsOnTimeKeyValid method from the client-side. This method checks whether this authentication credentials are valid and opens a new Web client session, using Ajax.
After invoking this method, you will be able to call the Connect method, responsible to create and place the FireMonkey application on the HTML container.
JavaScript example:
Parameters:
Read also: Read also the connect method, called in case of the validation success.
|