-
Notifications
You must be signed in to change notification settings - Fork 1
Authentication (UAA)
Arpillai edited this page Jan 11, 2018
·
17 revisions
The Predix SDK for iOS supports interfacing with Predix UAA and several forms of UAA authentication.
- Native authentication using User Credentials
- WebView authentication using Authorization Code Grant
- RefreshToken authentication using Biometrics (TouchID and FaceID)
- Client Credential authentication for applications that do not use a Username and Password to protect their applications.
- Native UI login
- UIWebView login
- WKWebView login
- SafariViewController login
- SFAuthenticationSession
The SDK works with TouchID and FaceID out of the box. You can simply tell the Authentication API that you want to use biometric authentication and the SDK does the work for you.
The SDK respects user privacy and never stores the Usernames and Passwords. All tokens are secured in Apple's device Keychain and can only be accessed by the user who stored them.
- Visit the How-to guides
- Check out the AuthenticationManager API documentation
Getting Started Guides
Features
How-To Guides:
- Using Authentication API to Authenticate a User
- Using Online API to make Network Requests
- Using Time Serires API to Fetch Time Series Data
- Disable Usage Analytic tracking
API Documentation: