Github API OAuth token

To access your private ressources, you must authenticate.

For client applications, Github recommands to use the OAuth tokens authentification method.

Be aware that there is rate limits associated to the key.

Property definitions

github $ GithubAPI :: auth
	# Github API OAuth token
	#
	# To access your private ressources, you must
	# [authenticate](https://developer.github.com/guides/basics-of-authentication/).
	#
	# For client applications, Github recommands to use the
	# [OAuth tokens](https://developer.github.com/v3/oauth/) authentification method.
	#
	#
	#
	# Be aware that there is [rate limits](https://developer.github.com/v3/rate_limit/)
	# associated to the key.
	var auth: nullable String = null is optional
lib/github/api.nit:54,2--66,45