nonce property

String? nonce

String value used to associate a Client session with an ID Token, and to mitigate replay attacks.

Implementation

String? get nonce => this['nonce'];