10Duke Scale C++ Client
Loading...
Searching...
No Matches
OAuthDeviceAuthorizationResponseReceived.h
1#ifndef TENDUKE_OAUTH_DEVICE_OIDCDEVICEAUTHORIZATIONRESPONSERECEIVED_H
2#define TENDUKE_OAUTH_DEVICE_OIDCDEVICEAUTHORIZATIONRESPONSERECEIVED_H
3
4#include "./DeviceAuthorizationResponse.h"
5
6namespace tenduke { namespace oauth { namespace device {
7
31
32}}}
33
34#endif //TENDUKE_OAUTH_DEVICE_OIDCDEVICEAUTHORIZATIONRESPONSERECEIVED_H
Device Authorization Response.
Definition DeviceAuthorizationResponse.h:18
A callback to denote that Device Authorization Response has been received.
Definition OAuthDeviceAuthorizationResponseReceived.h:21
virtual void callback(const tenduke::oauth::device::DeviceAuthorizationResponse &response)=0
The response has been received.
OAuth services.
Definition AccessTokenRequestAuthenticator.h:8
Root for classes, functions and globals of 10Duke C++ Client.
Definition BackendConfiguration.h:7