Package velox.api.layer1.messages
Class Layer1ApiAdditionalLoginDataRequestMessage
java.lang.Object
velox.api.layer1.messages.Layer1ApiAdditionalLoginDataRequestMessage
WORKS ONLY IN THE EMBEDDED
The request that is sent by provider through
Layer1ApiAdminListener.onUserMessage(Object)
if it needs some additioanl login data.
In the response provider will get Layer1ApiAdditionalLoginDataMessage with additional login data or rejecting additional login.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Layer1ApiAdditionalLoginDataRequestMessage
- Parameters:
loginInfo- any additional info that can be needed for providing additional login data. This object will be serialized to pass it to the client.
-
Layer1ApiAdditionalLoginDataRequestMessage
public Layer1ApiAdditionalLoginDataRequestMessage()
-
-
Method Details