PasscodePolicyApplyStep

open class PasscodePolicyApplyStep : OnboardingStep

Instantiates an OnboardingStep capable of applying the PasscodePolicy parameters in the onboard / restore flow.

If you wish to use this funcionality in manual mode, you can use this one-liner instead of this class:

       let storeManager = StoreManager()
       storeManager.applyNewPolicy(passcodePolicy)