setNonce method

dynamic setNonce(
  1. dynamic nonce
)

You can pass your custom nonce to provide security to the enrollment process

Implementation

setNonce(nonce) {
  this.nonce = nonce;
  return this;
}