useNonce property

bool get useNonce

Adds a cryptographic nonce to verify that the authentication response matches the request. @default true

Implementation

external bool get useNonce;
set useNonce (bool v)

Implementation

external set useNonce(bool v);