I want to help users enroll into Two Step / Two Factor authentication for iCloud in order to best secure their data.
The tool I'm building is a privacy-helper tool that walks users through the nessary steps of achieving better security, and answers questions they may have along the way.
To help with this workflow, I want to take my iCloud/ CloudKit app and determine what (if any) actions need to be taken. The only properties I need are:
enum:
- isTwoStep
- isTwoFactor
- none
No other personal information is needed other than that enum. Is this possible, or how can I request this to be a feature?