need a simple example of how to call ApplicationPinServices BeginVerifyPin and EndVerifyPin methods from inside a UCMA workflow to verify user pin number…
ApplicationPinServices has an internal constructor and i can’t find a way to instantiate it in order to call the methods.
need a simple example of how to call ApplicationPinServices BeginVerifyPin and EndVerifyPin methods from
Share
I was able to verify the pin by casting the conversation endpoint to ApplicationEndpoint which contains a reference to PinServices Class: