10Duke Enterprise C++ SDK
Toggle main menu visibility
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
6
namespace
tenduke
{
namespace
oauth
{
namespace
device
{
7
20
class
OAuthDeviceAuthorizationResponseReceived
21
{
22
public
:
23
virtual
~OAuthDeviceAuthorizationResponseReceived
() =
default
;
24
29
virtual
void
callback
(
const
tenduke::oauth::device::DeviceAuthorizationResponse
&response) = 0;
30
};
31
32
}}}
33
34
#endif
//TENDUKE_OAUTH_DEVICE_OIDCDEVICEAUTHORIZATIONRESPONSERECEIVED_H
tenduke::oauth::device::DeviceAuthorizationResponse
Device Authorization Response.
Definition
DeviceAuthorizationResponse.h:18
tenduke::oauth::device::OAuthDeviceAuthorizationResponseReceived
A callback to denote that Device Authorization Response has been received.
Definition
OAuthDeviceAuthorizationResponseReceived.h:21
tenduke::oauth::device::OAuthDeviceAuthorizationResponseReceived::callback
virtual void callback(const tenduke::oauth::device::DeviceAuthorizationResponse &response)=0
The response has been received.
tenduke::oauth::device
Implementation of OAuth device flow.
Definition
DefaultOAuthDeviceFlow.h:18
tenduke::oauth
OAuth services.
Definition
AccessTokenRequestAuthenticator.h:8
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
oidc
device
src
oauth
device
OAuthDeviceAuthorizationResponseReceived.h
Generated by
1.17.0