Class Twitch4JGlobal

java.lang.Object
com.github.twitch4j.common.config.Twitch4JGlobal

public class Twitch4JGlobal
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String clientId
    Default ClientId
    static java.lang.String clientSecret
    Default ClientSecret
    static java.lang.String userAgent
    Default UserAgent
  • Constructor Summary

    Constructors
    Constructor Description
    Twitch4JGlobal()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • clientId

      public static java.lang.String clientId
      Default ClientId
    • clientSecret

      public static java.lang.String clientSecret
      Default ClientSecret
    • userAgent

      public static java.lang.String userAgent
      Default UserAgent
  • Constructor Details

    • Twitch4JGlobal

      public Twitch4JGlobal()