Profile Introduction

The ChafKit platform allows you to access user profile data when it is initialized. This data includes various fields provided by ChafKit that can be utilized to enhance the user experience in your game or application. The following table lists the profile fields provided by ChafKit:

FieldData TypeDescriptionUnique
User IDUUID v4A unique identifier for the user.Yes
UsernameString (Max 15 characters)The username chosen by the user.Yes
DisplayNameString (Max 20 characters)The display name of the user.No
PhotoString (Max 255 characters)A string representing the user's photo.No

By accessing and utilizing the profile fields provided by ChafKit, you can enhance your game or application by displaying the user's username, profile picture, or other relevant information to provide a more personalized and engaging experience for your users.

If you have your own game server logic that stores user data, it is recommended to use the secured authentication token instead of mapping data with User ID or Username, because User ID and Username are not private data.