confirmed property

List<UserPhone> confirmed
getter/setter pair

List of already confirmed phone numbers.

Any confirmed phone number can be used in combination with password to sign-in a MyUser. All confirmed phone numbers can be used for a password recovery.

Implementation

List<UserPhone> confirmed;