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" 
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).
 
OIDC-wrapping of OAuth Device Flow.
Definition DefaultOIDCDeviceAuthenticationRequest.h:11
 
Implementation of OpenID Connect protocol.
Definition AutoDiscovery.h:18
 
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4