setNonce method
dynamic
setNonce(
- dynamic nonce
You can pass your custom nonce to provide security to the enrollment process
Implementation
setNonce(nonce) {
this.nonce = nonce;
return this;
}
You can pass your custom nonce to provide security to the enrollment process
setNonce(nonce) {
this.nonce = nonce;
return this;
}