class MAGES::UserAuthentication::Editor::MagesClientCredentialsBaker¶
On every player build, mints a 5-year JWT for the logged-in developer via POST /api/developers/login-token and writes it to Assets/Resources/MAGES/MagesClientCredentials.asset, so the built application can authenticate against JARIA + Analytics without an end-user session. Replaces the previous JariaBuildConfigBaker (which only baked tenantId).
class MagesClientCredentialsBaker: public IPreprocessBuildWithReport
{
public:
// structs
struct LoginTokenResponse;
// properties
int callbackOrder;
// methods
void OnPreprocessBuild(BuildReport report);
};