Class Sessions
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.resource.Sessions
-
public class Sessions extends Object
Functions for connecting and identifying users with the BlackBerry Workspaces API servers.
-
-
Constructor Summary
Constructors Constructor Description Sessions(NetworkConnectionManager connection, APISession apiSession)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkOperationResultJson
logoutV30()
Session logout.
-
-
-
Constructor Detail
-
Sessions
public Sessions(NetworkConnectionManager connection, APISession apiSession)
-
-
Method Detail
-
logoutV30
public BulkOperationResultJson logoutV30()
Session logout. Invalids all refresh tokens for the device uuid. Adds the current access token to oauth_invalid_access_token- Returns:
- bulkOperationResultJson - details about the success of each request, for each entity and file
-
-