diff --git a/README.md b/README.md index 0204588..71a2085 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ __Wultra Mobile Token SDK__ is a high-level SDK for operation approval. -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". Individual endpoints are described in the [PowerAuth Webflow documentation](https://developers.wultra.com/components/enrollment-server/develop/documentation/Mobile-Token-API). +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. diff --git a/docs/Readme.md b/docs/Readme.md index ed77e34..4147bc6 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -1,6 +1,6 @@ # Wultra Mobile Token SDK for iOS -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". Individual endpoints are described in the [PowerAuth Webflow documentation](https://developers.wultra.com/components/enrollment-server/develop/documentation/Mobile-Token-API). +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. diff --git a/docs/Using-Inbox-Service.md b/docs/Using-Inbox-Service.md index 59ed925..e7a8e53 100644 --- a/docs/Using-Inbox-Service.md +++ b/docs/Using-Inbox-Service.md @@ -19,6 +19,8 @@ Inbox Service is responsible for managing messages in the Inbox. The inbox is a Note: Before using Inbox Service, you need to have a `PowerAuthSDK` object available and initialized with a valid activation. Without a valid PowerAuth activation, the service will return an error. +Inbox Service communicates with the [Mobile Token API](https://developers.wultra.com/components/enrollment-server/develop/documentation/Mobile-Token-API). + ## Creating an Instance ### On Top of the `PowerAuthSDK` instance diff --git a/docs/Using-Operations-Service.md b/docs/Using-Operations-Service.md index cfa6d21..d26a695 100644 --- a/docs/Using-Operations-Service.md +++ b/docs/Using-Operations-Service.md @@ -29,7 +29,7 @@ An operation can be anything you need to be approved or rejected by the user. It Note: Before using Operations Service, you need to have a `PowerAuthSDK` object available and initialized with a valid activation. Without a valid PowerAuth activation, all endpoints will return an error -Operations Service communicates with a backend via [Mobile Token API endpoints](https://github.com/wultra/powerauth-webflow/blob/develop/docs/Mobile-Token-API.md). +Operations Service communicates with the [Mobile Token API](https://developers.wultra.com/components/enrollment-server/develop/documentation/Mobile-Token-API). ## Creating an Instance diff --git a/docs/Using-Push-Service.md b/docs/Using-Push-Service.md index e98677d..80894d4 100644 --- a/docs/Using-Push-Service.md +++ b/docs/Using-Push-Service.md @@ -17,7 +17,7 @@ Push Service is responsible for registering the device for the push notification Note: Before using Push Service, you need to have a `PowerAuthSDK` object available and initialized with a valid activation. Without a valid PowerAuth activation, the service will return an error -Push Service communicates with [Mobile Push Registration API](https://github.com/wultra/powerauth-webflow/blob/develop/docs/Mobile-Push-Registration-API.md). +Push Service communicates with the [Mobile Token API](https://developers.wultra.com/components/enrollment-server/develop/documentation/Mobile-Token-API). ## Creating an Instance