GitHubSignIn constructor
Implementation
GitHubSignIn({
@required this.clientId,
@required this.clientSecret,
@required this.redirectUrl,
this.scope = "user,gist,user:email",
this.allowSignUp = true,
this.clearCache = true,
this.userAgent,
});