name property

String get name

Implementation

String get name => {
      LoginScope.openId: 'openid',
      LoginScope.analyticsReadExtensions: 'analytics:read:extensions',
      LoginScope.analyticsReadGames: 'analytics:read:games',
      LoginScope.bitsRead: 'bits:read',
      LoginScope.channelEditCommercial: 'channel:edit:commercial',
      LoginScope.channelManageBroadcast: 'channel:manage:broadcast',
      LoginScope.channelManageExtensions: 'channel:manage:extensions',
      LoginScope.channelManagePolls: 'channel:manage:polls',
      LoginScope.channelManagePredictions: 'channel:manage:predictions',
      LoginScope.channelManageRedemptions: 'channel:manage:redemptions',
      LoginScope.channelManageSchedule: 'channel:manage:schedule',
      LoginScope.channelManageVideos: 'channel:manage:videos',
      LoginScope.channelReadEditors: 'channel:read:editors',
      LoginScope.channelReadGoals: 'channel:read:goals',
      LoginScope.channelReadHypeTrain: 'channel:read:hype_train',
      LoginScope.channelReadPolls: 'channel:read:polls',
      LoginScope.channelReadPredictions: 'channel:read:predictions',
      LoginScope.channelReadRedemptions: 'channel:read:redemptions',
      LoginScope.channelReadStreamKey: 'channel:read:stream_key',
      LoginScope.channelReadSubscriptions: 'channel:read:subscriptions',
      LoginScope.clipsEdit: 'clips:edit',
      LoginScope.moderationRead: 'moderation:read',
      LoginScope.moderatorManageBannedUsers: 'moderator:manage:banned_users',
      LoginScope.moderatorReadBlockedTerms: 'moderator:read:blocked_terms',
      LoginScope.moderatorManageBlockedTerms:
          'moderator:manage:blocked_terms',
      LoginScope.moderatorManageAutomod: 'moderator:manage:automod',
      LoginScope.moderatorReadAutomodSettings:
          'moderator:read:automod_settings',
      LoginScope.moderatorManageAutomodSettings:
          'moderator:manage:automod_settings',
      LoginScope.moderatorReadChatSettings: 'moderator:read:chat_settings',
      LoginScope.moderatorManageChatSettings:
          'moderator:manage:chat_settings',
      LoginScope.userEdit: 'user:edit',
      LoginScope.userEditFollows: 'user:edit:follows',
      LoginScope.userManageBlockedUsers: 'user:manage:blocked_users',
      LoginScope.userReadBlockedUsers: 'user:read:blocked_users',
      LoginScope.userReadBroadcast: 'user:read:broadcast',
      LoginScope.userReadEmail: 'user:read:email',
      LoginScope.userReadFollows: 'user:read:follows',
      LoginScope.userReadSubscriptions: 'user:read:subscriptions',
    }[this]!;