nonce property
String?
get
nonce
String value used to associate a Client session with an ID Token, and to mitigate replay attacks.
Implementation
String? get nonce => this['nonce'];
String value used to associate a Client session with an ID Token, and to mitigate replay attacks.
String? get nonce => this['nonce'];