Package com.ringcentral.definitions
Class WsTokenResponse
java.lang.Object
com.ringcentral.definitions.WsTokenResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionWebsocket access token TTL (time-to-live) in seconds Required Format: int32The URI of RingCentral Websocket Gateway.The websocket access token to be used when connecting to the Websocket Gateway. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexpires_in(Long expires_in) ws_access_token(String ws_access_token)
-
Field Details
-
ws_access_token
The websocket access token to be used when connecting to the Websocket Gateway. Required -
uri
The URI of RingCentral Websocket Gateway. Format: uri -
expires_in
Websocket access token TTL (time-to-live) in seconds Required Format: int32
-
-
Constructor Details
-
WsTokenResponse
public WsTokenResponse()
-
-
Method Details
-
ws_access_token
-
uri
-
expires_in
-