API Token authentication in .NET environment

The .NET security SDK provides packages that enable client implementations to authenticate HTTP requests using an API Token.

The .NET security SDK packages are available through NuGet shared repository in the following URL:

https://af1.verintconnect.com/artifactory/api/nuget/WFO-SDK-Nuget

Add this URL as a NuGet source in your developing tool. For example, in Visual Studio add this URL to the NuGet Package Manager.

The following packages are included:

  • Verint.Platform.SDK.Security

  • Verint.Platform.SDK.Security.WCF

  • Verint.Platform.SDK.Security.RestSharp

  • Verint.Platform.SDK.Security.RestSharpNext

    RestSharpNext is applicable for .NET framework 4.8 or higher, which includes RestSharp 107 or higher.

Supported environments

.NET Framework 4.6.1 or higher

.NET Standard 2.0

API Token authentication with SOAP client type

API Token authentication with RestSharp client type

API Token authentication with RestSharpNext client type

API Token authentication with HttpWebRequest

API Token authentication for HttpClient

API Token authentication with other HTTP request type