Class DevToolsToken

java.lang.Object
com.vaadin.flow.server.DevToolsToken
All Implemented Interfaces:
Serializable

public class DevToolsToken extends Object implements Serializable
Representation of the security token exchanged with the Dev Tools client to validate websocket connections. The token is temporarily stored locally to prevent websocket connection to be refused after a server restart. For internal yse only.
See Also:
  • Constructor Details

    • DevToolsToken

      public DevToolsToken()
  • Method Details

    • getToken

      public static String getToken()
      Gets the token exchanged between Dev Tools client and the server.
      Returns:
      dev-tools token, never null.