authenticate
open fun authenticate(server: String, id: String, password: String, authenticationCompleteCallback: IAuthenticationCompleteCallback)
Content copied to clipboard
Authenticate to Visionable's cognito service
Parameters
server
DNS name of server to authenticate to
id
user's id
password
user's password
authenticationCompleteCallback
A callback instance containing an "onAuthenticationDone"method to be called when the authentication process completes