GitHubSignInArgs constructor
GitHubSignInArgs({})
Implementation
GitHubSignInArgs({
required this.clientId,
required this.clientSecret,
required this.redirectUri,
this.login,
this.scope = 'user',
this.allowSignup,
});