eh_GJUserCredentials

Inherits: Resource > Reference > Object

Description

Just a basic struct to hold user credentials information and be able to save it in disk as a Resource

Properties

type property default value
String username ""
String user_game_token ""

Properties Descriptions

username

Default ""

User’s username


user_game_token

Default ""

User’s game token. This addon already comes with .gitignore configured so that the credentials for the player that owns the game won’t be pushed to the repository, but be carefull not to share it. This isn’t a problem for the released game, but might expose your game token if you’re testing your game in production and you share this file, or push files like this to your repository.