1#ifndef TENDUKE_OIDC_DEVICE_OIDCDEVICEAUTHENTICATIONREQUEST_H
2#define TENDUKE_OIDC_DEVICE_OIDCDEVICEAUTHENTICATIONREQUEST_H
4#include "../../oauth/device/DeviceAuthorizationResponse.h"
5#include "oidc/OIDCAuthenticationRequest.h"
6#include "oidc/OIDCState.h"
12namespace tenduke {
namespace oidc {
namespace device {
Device Authorization Response.
Definition DeviceAuthorizationResponse.h:18
OIDC-request, which handles the OIDC-flow.
Definition OIDCAuthenticationRequest.h:13
OIDC Authentication request using OAuth Device Authorization Grant.
Definition OIDCDeviceAuthenticationRequest.h:18
virtual std::unique_ptr< tenduke::oidc::OIDCState > accessTokenRequest()=0
Performs OAuth Device Access Token Request, wrapped inside OIDC.
virtual void cancel()=0
Marks the request canceled.
virtual tenduke::oauth::device::DeviceAuthorizationResponse authenticationRequest()=0
Perform the OAuth Device Authorization Request (wrapping it to OIDC).
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4