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.
  • disableServiceRegistration: when set the IDK doesn't allow the user to register any IDK services and doesn't show the services list in the user profile screen. If the user reaches a point when service registration is required the IDK finishes the flow with the specific error: serviceRegistrationNotAllowed.
  • 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.