GitHubSignInArgs class

Inheritance

Constructors

GitHubSignInArgs({required String clientId, required String clientSecret, required String redirectUri, String? login, String scope = 'user', bool? allowSignup})

Properties

allowSignup bool?
Whether or not unauthenticated users will be offered an option to sign up for GitHub during the OAuth flow.
final
clientId String
final
clientSecret String
final
hashCode int
The hash code for this object.
no setterinherited
host String
final
login String?
Suggests a specific account to use for signing in and authorizing the app.
final
path String
final
redirectUri String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String
Allowed scopes of this app.
final
state String
getter/setter pair
usesFragment bool
getter/setter pairinherited

Methods

authorizeFromCallback(String callbackUrl) Future<AuthResult?>
override
buildQueryParameters() Map<String, String>
override
buildSignInUri() Future<String>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Future<Map<String, String>>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited