Class WebsocketAuthorization
public record WebsocketAuthorization : IEquatable<WebsocketAuthorization>
- Inheritance
-
WebsocketAuthorization
- Implements
- Inherited Members
Constructors
WebsocketAuthorization(string, string)
public WebsocketAuthorization(string Type, string Value)
Parameters
Properties
Type
[JsonProperty("type", Order = 0)]
public string Type { get; init; }
Property Value
Value
[JsonProperty("value", Order = 1)]
public string Value { get; init; }