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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Logout a session is more important to clear all your session.
cidaas offers now logout in your embedded browser
- LogoutWithWebview() opens a webview in your mobile app and shows the logged out success page.
obj.LogoutWithWebview("your_user_id");
- 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 | Versions 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.
-
- BTProgressHUD (>= 1.2.0.6)
- CidaasCorev2 (>= 1.0.3)
- dannycabrera.GetiOSModel (>= 1.8.0)
- Newtonsoft.Json (>= 12.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Logout with embedded browser added