testPhoneNumbers property
A map of pairs that can be used for MFA.
The phone number should be in E.164 format (https://www.itu.int/rec/T-REC-E.164/) and a maximum of 10 pairs can be added (error will be thrown once exceeded).
Implementation
core.Map<core.String, core.String>? testPhoneNumbers;