unity.scopes.OnlineAccountClient.ServiceStatus
A container for details about a service's status and authorization parameters. More...
#include <unity/scopes/OnlineAccountClient.h>
Public Attributes | |
unsigned int | account_id |
A unique ID of the online account parenting this service. | |
bool | service_enabled |
True if this service is enabled. | |
bool | service_authenticated |
True if this service is authenticated. | |
std::string | client_id |
"ConsumerKey" / "ClientId" OAuth (1 / 2) parameter. | |
std::string | client_secret |
"ClientSecret" / "ConsumerSecret" OAuth (1 / 2) parameter. | |
std::string | access_token |
"AccessToken" OAuth parameter. | |
std::string | token_secret |
"TokenSecret" OAuth parameter. | |
std::string | error |
Error message (empty if no error occurred). | |