FlutterTwitchAuth class

Constructors

FlutterTwitchAuth()

Properties

hashCode int
The hash code for this object.
no setterinherited
responseType String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String
getter/setter pair
TWITCH_CLIENT_ID String
getter/setter pair
TWITCH_CLIENT_SECRET String
getter/setter pair
TWITCH_REDIRECT_URI String
getter/setter pair
twitchResponseType ResponseType
getter/setter pair

Methods

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

Static Properties

instance FlutterTwitchAuth
no setter

Static Methods

authToCode(BuildContext context) Future<String?>
authToUser(BuildContext context) Future<User?>
initFromFlutterTwitch(FlutterTwitch flutterTwitchInstance, {ResponseType? twitchResponseType}) → dynamic
initialize({required String twitchClientId, required String twitchClientSecret, required String twitchRedirectUri, ResponseType? twitchResponseType, String? scope}) → dynamic