ScopeJS.OnlineAccountClientServiceStatus

An object that contains the details about a service's status and authorization parameters

  • Properties

access_token <String>

"AccessToken" OAuth parameter.

account_id <String>

Check if state for the given filter has been stored

client_id <String>

"ConsumerKey" / "ClientId" OAuth (1 / 2) parameter.

client_secret <String>

"ClientSecret" / "ConsumerSecret" OAuth (1 / 2) parameter.

error <String>

Error message (empty if no error occurred).

service_authenticated <Boolean>

True if this service is authenticated

service_enabled <Boolean>

True if this service is enabled

token_secret <String>

"TokenSecret" OAuth parameter.