See: Description
The following sections will guide you through finding out how the SDK works, what functionality it provides, and how this functionality can be incorporated into your own projects.
the IBM Security Mobile Access SDK provides programmatic access to IBM Security related technologies through REST API endpoints. Apps can use the IBM Security Mobile Access SDK to build rich native client mobile applications that handle the authentication operations for on-premises and cloud-based deployments.
The IBM Security Mobile Access SDK includes a set of authentication challenge mechanisms to enable application developers to respond to multi-factor authentication (MFA) events triggered from server-side policy logic. The IBM Security Mobile Access SDK also is extensible so that developers can create their own MFA based challenges and handle the client interaction.
In addition the IBM Security Mobile Access SDK enables developers to build "white-label" applications for their own one-time password generation. Embedded into the API are counter (HOTP) and time-based (TOTP) generators that work seamless with IBM Security Access Manager secret key registration process.
A key design of the IBM Security Mobile Access SDK is a consistent API across iOS, Windows Universal Platform and Android whilst being faithful to language syntax of each of the platforms.