1#ifndef TENDUKE_OAUTH_DEVICE_DEVICEAUTHORIZATIONRESPONSE_H
2#define TENDUKE_OAUTH_DEVICE_DEVICEAUTHORIZATIONRESPONSE_H
Device Authorization Response.
Definition DeviceAuthorizationResponse.h:18
const std::int64_t intervalS
Polling interval in seconds.
Definition DeviceAuthorizationResponse.h:60
DeviceAuthorizationResponse(std::string deviceCode, std::string userCode, std::string verificationUri, std::string verificationUriComplete, const int64_t expiresAtEpochS, const int64_t intervalS)
Constructs new instance.
Definition DeviceAuthorizationResponse.h:29
const std::string deviceCode
The device code.
Definition DeviceAuthorizationResponse.h:45
const std::string verificationUri
The verification URI.
Definition DeviceAuthorizationResponse.h:51
const std::string verificationUriComplete
The complete verification URI.
Definition DeviceAuthorizationResponse.h:54
const std::int64_t expiresAtEpochS
Expires-at (epoch seconds).
Definition DeviceAuthorizationResponse.h:57
const std::string userCode
The user code.
Definition DeviceAuthorizationResponse.h:48
OAuth services.
Definition AccessTokenRequestAuthenticator.h:8
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4