Class TwitchAuthorizationCodeFlow

java.lang.Object
com.gmt2001.twitch.TwitchAuthorizationCodeFlow

public final class TwitchAuthorizationCodeFlow extends Object
Author:
gmt2001
  • Constructor Details

    • TwitchAuthorizationCodeFlow

      public TwitchAuthorizationCodeFlow(String clientid, String clientsecret)
  • Method Details

    • refresh

      public boolean refresh()
    • refresh

      public boolean refresh(boolean shouldRefreshBot, boolean shouldRefreshAPI)
    • checkAndRefreshTokens

      public boolean checkAndRefreshTokens()
    • handleRequest

      public static byte[] handleRequest(FullHttpRequest req, byte[] data, HTTPOAuthHandler handler)