Class UserAuthorization

java.lang.Object
com.github.twitch4j.helix.domain.UserAuthorization

public class UserAuthorization extends Object
  • Constructor Details

    • UserAuthorization

      public UserAuthorization()
  • Method Details

    • getUserId

      public String getUserId()
      The user's ID.
    • getUserLogin

      public String getUserLogin()
      The user's login name.
    • getUserName

      public String getUserName()
      The user's display name.
    • getScopes

      public List<TwitchScopes> getScopes()
      An array of all the scopes the user has granted to the client ID.
    • isAuthorized

      public boolean isAuthorized()
      Whether the user has authorized with the client ID.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object