https://github.com/wultra/mtoken-sdk-android
PowerAuth based Mobile Token SDK for Android
https://github.com/wultra/mtoken-sdk-android
authentication banking passwordless passwordless-authentication psd2 strong-customer-authentication transaction-signing
Last synced: 27 days ago
JSON representation
PowerAuth based Mobile Token SDK for Android
- Host: GitHub
- URL: https://github.com/wultra/mtoken-sdk-android
- Owner: wultra
- License: apache-2.0
- Created: 2020-04-27T08:06:28.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2025-02-17T15:41:56.000Z (8 months ago)
- Last Synced: 2025-02-17T16:27:43.061Z (8 months ago)
- Topics: authentication, banking, passwordless, passwordless-authentication, psd2, strong-customer-authentication, transaction-signing
- Language: Kotlin
- Homepage:
- Size: 839 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wultra Mobile Token SDK for Android


[](https://mvnrepository.com/artifact/com.wultra.android.mtokensdk/wultra-mtoken-sdk)

[](LICENSE)__Wultra Mobile Token SDK__ is a high-level SDK for operation approval.
## Introduction
With Wultra Mobile Token (WMT) SDK, you can integrate an out-of-band operation approval into an existing mobile app, instead of using a standalone mobile token application. WMT is built on top of [PowerAuth Mobile SDK](https://github.com/wultra/powerauth-mobile-sdk). It communicates with the [Mobile Token API](https://developers.wultra.com/components/enrollment-server/develop/documentation/Mobile-Token-API).
To understand the Wultra Mobile Token SDK purpose on a business level better, you can visit our own [Mobile Token application](https://www.wultra.com/mobile-token). We use Wultra Mobile Token SDK in our mobile token application as well.
WMT SDK library does precisely this:
- Retrieves the list of operations that are pending for approval for a given user.
- Approves or rejects operations with PowerAuth transaction signing.
- Registers an existing PowerAuth activation to receive push notifications.Remarks:
- This library does not contain any UI.
- We also provide an [iOS version of this library](https://github.com/wultra/mtoken-sdk-ios).## Documentation
The documentation is available at the [Wultra Developer Portal](https://developers.wultra.com/components/mtoken-sdk-android) or inside the [docs folder](docs).
## License
All sources are licensed using the Apache 2.0 license. You can use them with no restrictions. If you are using this library, please let us know. We will be happy to share and promote your project.
## Contact
If you need any assistance, do not hesitate to drop us a line at [hello@wultra.com](mailto:hello@wultra.com) or our official [gitter.im/wultra](https://gitter.im/wultra) channel.
### Security Disclosure
If you believe you have identified a security vulnerability with Wultra Mobile Token SDK, you should report it as soon as possible via email to [support@wultra.com](mailto:support@wultra.com). Please do not post it to the public issue tracker.