The URL in your application where users will be sent after logout.

If null, the root uri / will be used.

Property definitions

popcorn $ GithubLogout :: redirect_uri
	# The URL in your application where users will be sent after logout.
	#
	# If `null`, the root uri `/` will be used.
	var redirect_uri: nullable String is writable
lib/popcorn/pop_auth.nit:257,2--260,46