dommilosz / minecraft-auth

29 stars 3 forks source link

Session #4

Closed DRNUMBER1 closed 2 years ago

DRNUMBER1 commented 2 years ago

Is there a way I can access account information by providing it a session ID?

dommilosz commented 2 years ago

You can use Account class constructor: Account (token,type). Type in this case can be empty

DRNUMBER1 commented 2 years ago

Thanks!