@xmobitea/gn-server
Version:
GearN Server by XmobiTea (Pro)
30 lines (29 loc) • 704 B
TypeScript
export interface xThirtPartySettings {
googleSettings?: {
googleClientId: string;
packageId: string;
publicRSAKey: string;
};
appleSettings?: {
appleClientId: string;
sandboxEnable: boolean;
issuerId: string;
keyId: string;
p8Content: string;
};
facebookSettings?: {
facebookAppId: string;
packageId: string;
facebookInappSecret: string;
facebookAppToken: string;
};
googlePlayGameSettings?: {
applicationId: string;
clientId: string;
clientSecret: string;
redirectUri: string;
};
gameCenterSettings?: {
packageId: string;
};
}