Package com.github.twitch4j.helix.domain
Class UserAuthorization
java.lang.Object
com.github.twitch4j.helix.domain.UserAuthorization
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UserAuthorization
public UserAuthorization()
-
-
Method Details
-
getUserId
The user's ID. -
getUserLogin
The user's login name. -
getUserName
The user's display name. -
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-