Class WsTokenResponse

java.lang.Object
com.ringcentral.definitions.WsTokenResponse

public class WsTokenResponse extends Object
  • Field Details

    • ws_access_token

      public String ws_access_token
      The websocket access token to be used when connecting to the Websocket Gateway. Required
    • uri

      public String uri
      The URI of RingCentral Websocket Gateway. Format: uri
    • expires_in

      public Long expires_in
      Websocket access token TTL (time-to-live) in seconds Required Format: int32
  • Constructor Details

    • WsTokenResponse

      public WsTokenResponse()
  • Method Details