@xmobitea/gn-server
Version:
GearN Server by XmobiTea (Pro)
15 lines (14 loc) • 465 B
TypeScript
import { IPlayStationNetworkService } from "./IPlayStationNetworkService";
export declare class PlayStationNetworkService implements IPlayStationNetworkService {
private static readonly MAIN_iss;
private static readonly MAIN_iss_auth_keys;
private client;
private appleClientId;
constructor();
init(): void;
private getSigningKey;
private verifyToken;
verifyPSNToken(token: string): Promise<{
[k: string]: any;
}>;
}