UNPKG

apple-gamecenter-identity-verifier

Version:

A small library to verify the identity of apple-gamecenter's local player for consuming it in node.js backend server.

9 lines (8 loc) 161 B
export interface Token { playerId: string; publicKeyUrl: string; timestamp: number; signature: string; salt: string; bundleId: string; }