loginWithBirID method has been updated with optional showOnlyWebFlow parameter, with default value of false, not affecting current clients' flows for app2app. If the client wants to continue with app2web flow, showOnlyWebFlowshowOnlyWebFlow = true parameter should be set.
fun loginWithBirID(activity: Activity, showOnlyWebFlow: Boolean = false)