🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

ExbilCoreSdk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ExbilCoreSdk

SDK for ExbilCore authentication, Messaging (Sms,Email,Voice Call, Telegram, Whatsapp), MFA, Payments(Orange Money, MTN Mobile money), and API commands

1.0.7
NuGet
Version published
Maintainers
1
Created
Source

ExbilCore SDK

This SDK provides integration with the ExbilCore SSO, Payment Service and OTP services.

Features

  • Multi-factor authentication (SMS, Email, Telegram, Authenticator apps)

  • Authentication: Secure user authentication and token management.

  • Messaging: Send SMS, emails, voice calls, Telegram, and WhatsApp messages.

  • Multi-Factor Authentication (MFA): OTP, email, SMS, and authenticator app support.

  • Payments: Collect and Payout via Orange Money and MTN Mobile Money.

  • API Commands: Unified client for interacting with ExbilCore APIs.

  • SSO token verification

  • Easy integration with ASP.NET Core

  • Payment collection and payout (Orange Money, MTN Mobile Money)

  • Unified API client for ExbilCore services

  • Messaging support (SMS, Email, Voice Call, Telegram, WhatsApp)

NuGet License: MIT

ExbilCoreSdk is a .NET 9 library for integrating ExbilCore authentication, messaging (SMS, Email, Voice Call, Telegram, WhatsApp), multi-factor authentication (MFA), payments (Orange Money, MTN Mobile Money), and API commands into your applications.

Installation

Install via NuGet: Or via the NuGet Package Manager:

Usage

1. Initialize the Client

2. Authentication Example

4. Send Email

6. Collect Payment

7. Payout Payment

8. Send OTP

9. Verify OTP

10. Send Sms

11. Send Email

12. Start OTP Verification with SSO UI

Configuration

Set your API base URL and credentials in ExbilCoreEnv.
Refer to the API documentation for advanced configuration and all available commands.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please open issues or submit pull requests on GitHub.

Changelog

Version 1.0.0 to 1.0.5

  • Initial release of ExbilCore SDK.

Version 1.0.6

  • Added support for sending messages (sms and e-mails).
  • Add core features and refactor ExbilCore SDK
  • Refactored ExbilCoreClient into an interface and sealed class, enhancing API call consistency.
  • Updated command classes to utilize the new IExbilCoreClient for improved maintainability.
  • Added new models for SMS and email requests, and enhanced JSON serialization options.
  • Updated project to target .NET 8.0 and added comprehensive documentation in README.md.
  • Improved argument validation with new exception handling extensions.

Version 1.0.7 on 16/06/2025

  • Added support client channel value check before sent: this help to verify that the user know the phone number or email of the subject to verify
  • Added Otp ExpiresOn for in the start and get started otp endpoints.

� SIGPSC

Keywords

FAQs

Package last updated on 16 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts