nonce property

String? nonce

Implementation

String? get nonce => _jsObject.nonce;
void nonce=(String? value)

A value included in the request that is returned in the id token.

A randomly generated unique value is typically used to mitigate replay attacks.

Implementation

set nonce(String? value) => _jsObject.nonce = value;