@JvmOverloads fun authenticate(callback: WebcomResultCallback<AuthenticationDetails>? = null): Unit
Authenticates a user as a guest user for the Webcom application. This operation is asynchronous and calls the given callback with the authentication result once performed.