Okta.Core.Client by Okta

<PackageReference Include="Okta.Core.Client" Version="0.1.4" />

 Okta.Core.Client 0.1.4

This package allows you to build on Okta's identity platform using .NET Supported Platforms: * .NET Framework 4 * Windows 8 * Windows Phone 8.1 * Silverlight 5 * Portable Class Libraries

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Okta.Core.Client</id>
    <version>0.1.4.0</version>
    <title>Okta C# SDK</title>
    <authors>Okta</authors>
    <owners>Okta</owners>
    <licenseUrl>https://github.com/okta/oktasdk-csharp/blob/master/LICENSE.md</licenseUrl>
    <projectUrl>http://developer.okta.com/docs/sdk/core/api.html</projectUrl>
    <iconUrl>https://cdn.rawgit.com/okta/okta.github.io/master/assets/img/logo-large.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>This package allows you to build on Okta's identity platform using .NET

      Supported Platforms:
      * .NET Framework 4
      * Windows 8
      * Windows Phone 8.1
      * Silverlight 5
      * Portable Class Libraries</description>
    <summary>Official .NET SDK for Okta</summary>
    <releaseNotes>EA release - This can be used in production with support from Okta.</releaseNotes>
    <copyright>© Okta 2015</copyright>
    <tags>okta sdk api authentication identity management</tags>
    <dependencies>
      <dependency id="Microsoft.Net.Http" version="2.2.28" />
      <dependency id="Newtonsoft.Json" version="6.0.5" />
    </dependencies>
  </metadata>
</package>