Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
ClientTokenTTLConfig
Information about a client and its associated token.
Parameters
Name Type Description

accessTokenTTL

Integer

autoRenewRefreshToken

Boolean

clientId

String

refreshTokenTTL

Integer

singleUseAccessTokenTTL

Integer

Json Format
{
clientId: String,
refreshTokenTTL: Integer,
accessTokenTTL: Integer,
singleUseAccessTokenTTL: Integer,
autoRenewRefreshToken: Boolean
}