What's license identifier

Hello, i have a question, what’s with the license identifier, from where does fivem take it?
i know that is a hashed information from social club but what’s that information

It’s the rockstar license that gets passed to the server. It’s contained in the identifiers array, along with steam, discord, xbox, etc.

So it’s my game license or other license?

Here is the code implentation of the license identifier: https://github.com/citizenfx/fivem/blob/master/code/components/citizen-server-impl/src/LicenseIdentityProvider.cpp

It is a hashed version of your entitlement key for the game. Basically the thing that ROS gives you to say you own the game and you’re legit.

Oh, thank you very much.