#include <whoami.hpp>
◆ JobResponse()
Kazv::Api::GetTokenOwnerJob::JobResponse::JobResponse |
( |
Response |
r | ) |
|
◆ deviceId()
std::optional< std::string > Kazv::Api::GetTokenOwnerResponse::deviceId |
( |
| ) |
const |
Device ID associated with the access token.
If no device is associated with the access token (such as in the case of application services) then this field can be omitted. Otherwise this is required.
◆ isGuest()
std::optional< bool > Kazv::Api::GetTokenOwnerResponse::isGuest |
( |
| ) |
const |
When true
, the user is a Guest User.
When not present or false
, the user is presumed to be a non-guest user.
◆ success()
bool Kazv::Api::GetTokenOwnerResponse::success |
( |
| ) |
const |
◆ userId()
std::string Kazv::Api::GetTokenOwnerResponse::userId |
( |
| ) |
const |
The user ID that owns the access token.
The documentation for this class was generated from the following files: