GithubLoginSession class

Constructors

GithubLoginSession({required String clientId, Duration timeoutDuration = const Duration(minutes: 10)})

Properties

clientId String
final
hashCode int
The hash code for this object.
no setterinherited
onAuthCodeReceived OnAuthCodeReceived?
getter/setter pair
onSessionCompleted OnSessionCompleted?
getter/setter pair
onSessionError OnSessionError?
getter/setter pair
onSessionTimeout OnSessionTimeout?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeoutDuration Duration
final

Methods

cancel() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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