Table of Contents

Class WebsocketAuthorization

Namespace
Vonage.Voice.Nccos.Endpoints
Assembly
Vonage.dll
public record WebsocketAuthorization : IEquatable<WebsocketAuthorization>
Inheritance
WebsocketAuthorization
Implements
Inherited Members

Constructors

WebsocketAuthorization(string, string)

public WebsocketAuthorization(string Type, string Value)

Parameters

Type string
Value string

Properties

Type

[JsonProperty("type", Order = 0)]
public string Type { get; init; }

Property Value

string

Value

[JsonProperty("value", Order = 1)]
public string Value { get; init; }

Property Value

string