Class WebPubSubClientAccessToken

    • Constructor Detail

      • WebPubSubClientAccessToken

        public WebPubSubClientAccessToken​(String token,
                                          String url)
        Creates a new instance with the given values set as immutable properties.
        Parameters:
        token - The client access token that may be used to access the service.
        url - The url that may be used to access the service.
    • Method Detail

      • getToken

        public String getToken()
        Returns the client access token that may be used to access the service.
        Returns:
        The client access token that may be used to access the service.
      • getUrl

        public String getUrl()
        Returns the url that may be used to access the service.
        Returns:
        The url that may be used to access the service.