authenticate Pin Code
fun authenticatePinCode(userID: String, pinCode: String, challenge: String, callback: TSAuthCallback<TSPinCodeAuthenticationResult, TSPinCodeAuthenticationError>)
Authenticate user with Pin Code authenticator.
Parameters
user ID
User id.
pin Code
Pin code input.
challenge
challenge to sign.
callback
operation success/failure callback.