com.github.twitch4j.common.config.Twitch4JGlobal Maven / Gradle / Ivy
package com.github.twitch4j.common.config;
public class Twitch4JGlobal {
/**
* Default ClientId
*/
public static String clientId = "jzkbprff40iqj646a697cyrvl0zt2m6";
/**
* Default ClientSecret
*/
public static String clientSecret = "**SECRET**";
/**
* Default UserAgent
*
* NOTE: The Twitch4JBuildConstants class is generated / updated during the build process.
*/
public static String userAgent = "Twitch4J/" + Twitch4JBuildConstants.VERSION;
}