useNonce property

bool useNonce

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

Implementation

external bool get useNonce;
void useNonce=(bool v)

Implementation

external set useNonce(bool v);