FioriPasscodeRequirement
public struct FioriPasscodeRequirement : Identifiable
A single passcode requirement that can be displayed in a requirement checklist.
-
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