nonce property

String? nonce
final

nonce is the nonce of the user. The nonce is a random value generated by the developer (= yourself) before the initial grant is started. You should check the OpenID Connect specification for details. https://openid.net/developers/specs/

Implementation

final String? nonce;