#### [Abblix\.SharedSignals](https://www.abblix.com/en/docs/api/abblix-sharedsignals 'index')
### [Abblix\.SharedSignals\.Model](https://www.abblix.com/en/docs/api/abblix-sharedsignals/Abblix.SharedSignals.Model 'Abblix\.SharedSignals\.Model').[TransmitterConfiguration](https://www.abblix.com/en/docs/api/abblix-sharedsignals/Abblix.SharedSignals.Model.TransmitterConfiguration 'Abblix\.SharedSignals\.Model\.TransmitterConfiguration')

## TransmitterConfiguration\.AuthorizationSchemeUrns Class

The values an authorization scheme's "spec\_urn" member may carry\.

```csharp
public static class TransmitterConfiguration.AuthorizationSchemeUrns
```

Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → AuthorizationSchemeUrns
### Fields

## TransmitterConfiguration\.AuthorizationSchemeUrns\.OAuth2 Field {#Abblix.SharedSignals.Model.TransmitterConfiguration.AuthorizationSchemeUrns.OAuth2}

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\.

```csharp
public const string OAuth2 = "urn:ietf:rfc:6749";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')
