An optional and unguessable random string.

It is used to protect against cross-site request forgery attacks.

Property definitions

popcorn $ GithubLogin :: state
	# An optional and unguessable random string.
	#
	# It is used to protect against cross-site request forgery attacks.
	var state: nullable String = null is writable
lib/popcorn/pop_auth.nit:107,2--110,46