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
+7
View File
@@ -0,0 +1,7 @@
// Code generated by apigen. DO NOT EDIT.
package models
type VerifyPlayerAuthRequest struct {
AccessToken string `json:"accessToken,omitempty"`
}