sign With Device Key
fun signWithDeviceKey(context: Context, challenge: String, callback: TSAuthCallback<TSSignResult, TSSignError>)
Sign a challenge with the device key.
Parameters
context
application context object.
challenge
challenge to sign.
callback
operation success/failure callback.