I see the API documented for IOS 12 on how to retrieve a OTP from SMS for your app password field. But I can't seem to find documentation for the other side... sending the OTP to a user. What is the criteria of an OTP that can be detected by IOS for the user to autofill. For example is there a character limit or a certain pattern that must be followed.
I am referring to this iOS feature https://9to5mac.com/2018/06/04/safari-security-code-auto-fill/
Specifically what is the criteria of an OTP to be received by this api. If I sms a user “your one time passcode is: thebirdwenttothepark” would it be picked up? Obviously there is a specification that defines what an OTP is according to iOS.