Skip to content

Abblix.SharedSignals.Model.TransmitterConfiguration

TransmitterConfiguration.AuthorizationSchemeUrns Class

The values an authorization scheme's "spec_urn" member may carry.

C#
public static class TransmitterConfiguration.AuthorizationSchemeUrns

Inheritance System.Object → AuthorizationSchemeUrns

Fields

TransmitterConfiguration.AuthorizationSchemeUrns.OAuth2 Field

OAuth 2.0. The CAEP Interoperability Profile 1.0 draft 01 requires the advertised schemes to include this one (Section 2.3.7) and requires a receiver to use OAuth 2.0 for Stream Management API requests (Section 2.4.3), so the two halves agree on it. The draft is named because draft 00 numbers Section 2.4 differently and has no 2.4.3; Section 2.3.7 is identical in both.

C#
public const string OAuth2 = "urn:ietf:rfc:6749";

Field Value

System.String