signTransactionWebAuthn

fun signTransactionWebAuthn(    context: Context,     userName: String?,     callback: TSAuthCallback<AuthenticationResult, TSWebAuthnAuthenticationError>)

Sign transaction.

Parameters

context

application context object.

userName

username for the signing transaction account. Optional.

callback

operation success/failure callback.