droplet
1.1.0
A multipurpose Discord bot with the hacker in mind
Loading...
Searching...
No Matches
JWTUtils.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <Poco/JSON/Object.h>
4
5
#include <string>
6
7
namespace
JWTUtils
{
8
std::string
generateToken
(
const
Poco::JSON::Object& claims,
const
std::string& secret,
const
std::string& issuer);
9
}
JWTUtils
Definition
JWTUtils.hpp:7
JWTUtils::generateToken
std::string generateToken(const Poco::JSON::Object &claims, const std::string &secret, const std::string &issuer)
Definition
JWTUtils.cpp:10
src
bot_library
restapi
include
JWTUtils.hpp
Generated by
1.13.2