For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.
Sample custom resource-request implementations using WLAuthorizationManager
Sample custom OAuth resource-request implementations that use the WLAuthorizationManager class.
Select the sample that matches your development platform and programming language.
- Objective-C custom resource-request implementation sample
An Objective-C sample for acquiring data from a protected resource by using the MobileFirst WLAuthorizationManager class.- Java custom resource-request implementation sample
This sample demonstrates how to get data from a protected resource by using a custom HttpRequest object and the MobileFirst AuthorizationManager API.- JavaScript custom resource-request implementation sample
A JavaScript sample for acquiring data from a protected resource by using the MobileFirst WLAuthorizationManager class.- C# custom resource-request implementation sample
This sample demonstrates how to get data from a protected resource by using a HttpWebRequest object and the MobileFirst WLAuthorizationManager API for Windows 8 Universal app.
Parent topic: Client security APIs