HYPR iOS SDK Usages
There are a few ways that the HYPR iOS SDK can be used; including Fido Only, Customer Authentication, Workforce Access, Fido Only, and the Fido Client Adapter.
Supported Version
Please use HYPR iOS SDK 4.5.0+ to access all features described in this document.
The main differences between these options are the functionality provided and what interface component needs to be used.
Customer Authentication
This implementation involves using the HYPR iOS SDK to authenticate into a website. This is a full HYPR implementation.
- Direct communication with HYPR RP Server / HYPR Fido Server
- Related Components: User Agent, Fido Client, and Authenticators
- Functionality: OOB Registration, Website Authentication, Fido Operations
Learn More
To learn more about OOB Customer Authentication and how to integrate it into your app, see Customer Authentication
Workforce Access
This implementation involves using the HYPR iOS SDK to authenticate into a workstation. This is a full HYPR implementation.
- Direct communication with HYPR RP Server / HYPR Fido Server
- Related Components: User Agent, Fido Client, and Authenticators
- Functionality: OOB Registration, Workstation Authentication, Fido Operations
Learn More
To learn more about OOB Employee Access and how to integrate it into your app, see Workforce Access
This implementation involves using the HYPR iOS SDK to authenticate into an application and does not use any out-of-band authentication.
- Direct communication with HYPR RP Server / HYPR Fido Server
- Related Components: User Agent, Fido Client, and Authenticators
- Functionality: Fido Operations
Fido Client Adapter
This implementation involves using the HYPR iOS SDK to authenticate into an Android Application. It is a wrapper around the Fido Client that replaces the User Agent. It is used for implementations where the customer only wants HYPR to generate the raw Fido Payload. They will then take that raw Fido payload and manage the server communication themselves.
- No direct communication with HYPR RP Server / HYPR Fido Server
- Related Components: User Agent, Fido Client, and Authenticators
- Functionality: Fido Operations
Learn More
To learn more about Fido Client Adapter and how to integrate it into your app, go to the Fido Client Adapter
Updated about a month ago
What's Next
HYPRCore Error Reporting |