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-only, inherited
redirectURI String
Callback URL
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

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.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

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