| 
    10Duke Enterprise C++ Client
    
   | 
 
#include <DeviceAuthorizationResponse.h>
Device Authorization Response.
See https://datatracker.ietf.org/doc/html/rfc8628#section-3.2.
NOTE: This implementation estimates "expires at epoch seconds" instead of "expires after seconds".
Public Member Functions | |
| DeviceAuthorizationResponse (std::string deviceCode, std::string userCode, std::string verificationUri, std::string verificationUriComplete, const int64_t expiresAtEpochS, const int64_t intervalS) | |
| Constructs new instance.   | |
      
  | 
  inline | 
Constructs new instance.
| deviceCode | - | 
| userCode | - | 
| verificationUri | - | 
| verificationUriComplete | - | 
| expiresAtEpochS | - | 
| intervalS | - |