scidapi-client
Version:
Supercell ID API client
9 lines (8 loc) • 326 B
TypeScript
/**
* Generates a random uppercase UUID for device identification.
*/
export declare function makeUuid(): string;
/**
* Generates the RFP (Request Forgery Protection) signature.
*/
export declare function generateRfp(path: string, method: string, body: string, rfpKeyHex: string, headers: Record<string, string>): string;