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.

3 lines (2 loc) 113 B
import { Token } from './types/token'; export declare function verify(idToken: Token, callback: Function): void;