gradido/login_server/src/cpp/JSONInterface/JsonAquireAccessToken.h

16 lines
331 B
C++

#ifndef __JSON_INTERFACE_JSON_ACQUIRE_ACCESS_TOKEN_
#define __JSON_INTERFACE_JSON_ACQUIRE_ACCESS_TOKEN_
#include "JsonRequestHandler.h"
class JsonAquireAccessToken : public JsonRequestHandler
{
public:
Poco::JSON::Object* handle(Poco::Dynamic::Var params);
protected:
};
#endif // __JSON_INTERFACE_JSON_ACQUIRE_ACCESS_TOKEN_