All Downloads are FREE. Search and download functionalities are using the official Maven repository.

help.swgoh.api.SwgohAPIToken Maven / Gradle / Ivy

Go to download

A collection of Java helper classes that allow for easy and immediate access to the api.swgoh.help endpoints.

There is a newer version: 4.3.0
Show newest version
package help.swgoh.api;

public class SwgohAPIToken
{
    public String token_type;
    public String access_token;
    public int expires_in;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy