TwitterLogin class

Constructors

TwitterLogin({required String apiKey, required String apiSecretKey, required String redirectURI})
constructor

Properties

apiKey String
Consumer API key
final
apiSecretKey String
Consumer API secret key
final
hashCode int
The hash code for this object.
read-onlyinherited
redirectURI String
Callback URL
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

login({bool forceLogin = false}) Future<AuthResult>
Logs the user Forces the user to enter their credentials to ensure the correct users account is authorized.
loginV2({bool forceLogin = false}) Future<AuthResult>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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