Class GeneratedClientSecret
IL-embedded client gate secret. The real value is substituted at build time by CI from the FISHMMO_CLIENT_GATE_SECRET env var.
public static class GeneratedClientSecret
- Inheritance
-
GeneratedClientSecret
- Inherited Members
Remarks
Must be public so the Editor assembly
(FishMMO.Client.Security.Editor / Editor.ClientSecurityBuildValidator)
can read the sentinel. internal is assembly-scoped only and caused CS0122.
Matches GeneratedPinSet and ClientSecretTool output.
Fields
Secret
Shared secret for X-FishMMO-Client HMAC header signing. The committed value is a sentinel — CI must replace it.
public const string Secret = "FISHMMO_SENTINEL_PLACEHOLDER_CLIENT_GATE_SECRET"