• Removes the signature from the auth token and returns the otherwise untouched envelope

    Parameters

    Returns Record<string, unknown>

  • Parameters

    • envelope: {
          auth_token?: string;
          [key: string]: unknown;
      }
      • [key: string]: unknown
      • Optional auth_token?: string

    Returns Record<string, unknown>

Generated using TypeDoc