LoginScope enum
Contains all the scopes described at the following link: https://dev.twitch.tv/docs/authentication#scopes
- Inheritance
- Available extensions
Values
- openId → const LoginScope
- analyticsReadExtensions → const LoginScope
- analyticsReadGames → const LoginScope
- bitsRead → const LoginScope
- channelEditCommercial → const LoginScope
- channelManageBroadcast → const LoginScope
- channelManageExtensions → const LoginScope
- channelManagePolls → const LoginScope
- channelManagePredictions → const LoginScope
- channelManageRedemptions → const LoginScope
- channelManageSchedule → const LoginScope
- channelManageVideos → const LoginScope
- channelReadEditors → const LoginScope
- channelReadGoals → const LoginScope
- channelReadHypeTrain → const LoginScope
- channelReadPolls → const LoginScope
- channelReadPredictions → const LoginScope
- channelReadRedemptions → const LoginScope
- channelReadStreamKey → const LoginScope
- channelReadSubscriptions → const LoginScope
- clipsEdit → const LoginScope
- moderationRead → const LoginScope
- moderatorManageBannedUsers → const LoginScope
- moderatorReadBlockedTerms → const LoginScope
- moderatorManageBlockedTerms → const LoginScope
- moderatorManageAutomod → const LoginScope
- moderatorReadAutomodSettings → const LoginScope
- moderatorManageAutomodSettings → const LoginScope
- moderatorReadChatSettings → const LoginScope
- moderatorManageChatSettings → const LoginScope
- userEdit → const LoginScope
- userEditFollows → const LoginScope
- userManageBlockedUsers → const LoginScope
- userReadBlockedUsers → const LoginScope
- userReadBroadcast → const LoginScope
- userReadEmail → const LoginScope
- userReadFollows → const LoginScope
- userReadSubscriptions → const LoginScope
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - name → String
-
Available on LoginScope, provided by the LoginScopeExt extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
-
values
→ const List<
LoginScope> - A constant List of the values in this enum, in order of their declaration.