BlokSec SDK Integration (iOS)
Account Association
0min
When an account is registered with BlokSec for passwordless login, an email is sent with a link containing a registration ID in the format https://bloksec.io/registration/<registrationID>
To complete the registration, follow the given sequence of APIs:
1. Retrieve <registrationID> from the deep link (in the same way request URLs are handled above)
2. Get the registration details using the method
BlokSec.shared?.getRegistrationDetails(...)
3. Finally complete registration using the method
BlokSec.shared?.completeRegistration(...)

Updated 03 Mar 2023
Did this page help you?