Class ClientTokenTTLConfigJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ClientTokenTTLConfigJson
- All Implemented Interfaces:
Serializable
public class ClientTokenTTLConfigJson extends BaseJson
Information about a client and its associated token.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ClientTokenTTLConfigJson()
-
Method Summary
Modifier and Type Method Description Integer
getAccessTokenTTL()
Boolean
getAutoRenewRefreshToken()
String
getClientId()
Integer
getRefreshTokenTTL()
Integer
getSingleUseAccessTokenTTL()
void
setAccessTokenTTL(Integer accessTokenTTL)
void
setAutoRenewRefreshToken(Boolean autoRenewRefreshToken)
void
setClientId(String clientId)
void
setRefreshTokenTTL(Integer refreshTokenTTL)
void
setSingleUseAccessTokenTTL(Integer singleUseAccessTokenTTL)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ClientTokenTTLConfigJson
public ClientTokenTTLConfigJson()
-
-
Method Details