PasscodeAction

public enum PasscodeAction

Action, which should be given to StoreManager to start a passcode change flow

    • createPasscode: used when developer wants to start a “create passcode” flow

    Declaration

    Swift

    case createPasscode
    • turnOffPasscode: used when developer wants to start a “turn off passcode” flow

    Declaration

    Swift

    case turnOffPasscode
    • changePasscode: used when developer wants to start a “change passcode” flow

    Declaration

    Swift

    case changePasscode
    • turnOnBiometric: used when developer wants to start a “turn on biometric” flow. Biometric means Touch ID or Face ID or Optic ID depending on device capabilities

    Declaration

    Swift

    case turnOnBiometric
    • turnOffBiometric: used when developer wants to start a “turn off biometric” flow. Biometric means Touch ID or Face ID or Optic ID depending on device capabilities

    Declaration

    Swift

    case turnOffBiometric