cidaas-sdk-ios-v2 1.0.3.3

dotnet add package cidaas-sdk-ios-v2 --version 1.0.3.3
NuGet\Install-Package cidaas-sdk-ios-v2 -Version 1.0.3.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="cidaas-sdk-ios-v2" Version="1.0.3.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add cidaas-sdk-ios-v2 --version 1.0.3.3
#r "nuget: cidaas-sdk-ios-v2, 1.0.3.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install cidaas-sdk-ios-v2 as a Cake Addin
#addin nuget:?package=cidaas-sdk-ios-v2&version=1.0.3.3

// Install cidaas-sdk-ios-v2 as a Cake Tool
#tool nuget:?package=cidaas-sdk-ios-v2&version=1.0.3.3

Logout a session is more important to clear all your session.

cidaas offers now logout in your embedded browser

  1. LogoutWithWebview() opens a webview in your mobile app and shows the logged out success page.
obj.LogoutWithWebview("your_user_id");
  1. You can pass optionally post_logout_redirect_url in the above method. This will redirect to the url what you mentioned instead of Login page of cidaas.
obj.LogoutWithWebview("your_user_id", "your_post_logout_redirect_url");

For more information about logout session and post_logout_redirect_url in cidaas refer Logout Endpoints

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3.3 1,343 1/11/2019
1.0.3.2 1,096 1/7/2019
1.0.3.1 1,123 1/3/2019
1.0.3 1,109 11/28/2018
1.0.2 1,151 11/9/2018
1.0.1 1,086 11/9/2018
1.0.0 1,095 11/9/2018

Logout with embedded browser added