Feature flagsΒΆ
Feature flags can control IDK feature availability or alter some of its behaviours.
- customForgotPinButton: when set the IDK allows the app to handle the case when the user taps "Forgot your PIN?" button in a IDK screen. In this case the IDK finishes the flow with the specific error:
userForgotPIN
. - disableProductRegistration: when set the IDK doesn't allow the user to register any IDK products and doesn't show the products list in the user profile screen. If the user reaches a point when product registration is required the IDK finishes the flow with the specific error:
productRegistrationNotAllowed
. Corresponding JWT secret field should be nameddisableServiceRegistration
. - disableManualAccountAddition: when set the IDK doesn't allow the user to perform manual account addition. If the user reaches a point when manual account addition is required the IDK finishes the flow with the specific error:
operationNotAllowed
. - disableEvidenceUpload: when set the IDK doesn't allow the user to perform evidence upload. If the user reaches a point when evidence upload is required the IDK finishes the flow with the specific error:
operationNotAllowed
.