Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
GetOrRefreshAccessTokenResponse
Response from getting information about an access token that needs to be obtained or refreshed
Parameters
Name Type Description

access_token

String

The access token

error

String

Error

error_description

String

Error description

expires_in

Long

refresh_token

String

The refresh token

token_type

String

Token type

Json Format
{
error: String,
error_description: String,
token_type: String,
refresh_token: String,
expires_in: Long,
access_token: String
}