All Products
Search
Document Center

Mobile Platform as a Service:Gateway signature mechanism

Last Updated:Jan 29, 2026

Remote Procedure Call (RPC) requests use a signature mechanism to prevent tampering and forgery. The RPC module automatically adds these signatures.

The basic signature and verification process is as follows:

  1. The content of requestBody is converted to a string.

  2. The converted string is signed using the Security Guard security module. The module uses an encryption key that is stored in an encrypted image, known as a Security Guard image.

  3. The encrypted signature is included in the request and sent to the gateway.

  4. The gateway generates a signature using the same method and verifies that the two signatures match.