FioriPasscodeRequirement

public struct FioriPasscodeRequirement : Identifiable

A single passcode requirement that can be displayed in a requirement checklist.

  • id

    A stable identifier for the requirement.

    Declaration

    Swift

    public let id: String
  • The user-facing description of the requirement.

    Declaration

    Swift

    public let displayName: String