Class TokenType
A token type.
Inheritance
System.Object
TokenType
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class TokenType : object
Properties
Event
Gets the "event" token type string.
Declaration
public static string Event { get; }
Property Value
Type | Description |
---|---|
System.String |
Join
Gets the "join" token type string.
Declaration
public static string Join { get; }
Property Value
Type | Description |
---|---|
System.String |
Register
Gets the "register" token type string.
Declaration
public static string Register { get; }
Property Value
Type | Description |
---|---|
System.String |
WebSocketAccess
Gets the "websocketaccess" token type string.
Declaration
public static string WebSocketAccess { get; }
Property Value
Type | Description |
---|---|
System.String |