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