sdk: Players.VerifyAuth and VerifyWebhookSignature helper
CI / build (push) Successful in 55s

This commit is contained in:
edmand46
2026-08-28 13:36:03 +03:00
parent 989bd7646c
commit b57f170ba4
6 changed files with 66 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
// Code generated by apigen. DO NOT EDIT.
package models
type VerifyPlayerAuthResponse struct {
PlayerID string `json:"playerId,omitempty"`
ProjectID string `json:"projectId,omitempty"`
Status string `json:"status,omitempty"`
}