de.SweetCode.SteamAPI.interfaces.ISteamUserOAuth Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SteamAPI Show documentation
Show all versions of SteamAPI Show documentation
SteamAPI is a wrapper of the Steam Web API.
package de.SweetCode.SteamAPI.interfaces;
import de.SweetCode.SteamAPI.SteamAPI;
import de.SweetCode.SteamAPI.method.methods.GetTokenDetails;
public class ISteamUserOAuth extends SteamInterface {
public ISteamUserOAuth(SteamAPI steam) {
super(steam, "ISteamUserOAuth");
this.add(new GetTokenDetails(this));
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy