SinricPro Library
Loading...
Searching...
No Matches
SinricProSignature.h
1
/*
2
* Copyright (c) 2019 Sinric. All rights reserved.
3
* Licensed under Creative Commons Attribution-Share Alike (CC BY-SA)
4
*
5
* This file is part of the Sinric Pro (https://github.com/sinricpro/)
6
*/
7
8
#pragma once
9
10
#include "SinricProNamespace.h"
11
namespace
SINRICPRO_NAMESPACE {
12
13
String HMACbase64(
const
String &message,
const
String &key);
14
String extractPayload(
const
char
*message);
15
String calculateSignature(
const
char
* key, String payload);
16
String signMessage(String key, JsonDocument &jsonMessage);
17
18
}
// SINRICPRO_NAMESPACE
esp8266-esp32-sdk
src
SinricProSignature.h
Generated by
1.9.8