phoneNumber property

String? phoneNumber
getter/setter pair

The user's phone number to sign in with.

This is necessary in the case of uing a temporary proof, in which case it must match the phone number that was authenticated in the request that generated the temporary proof. This field is ignored if a session info is passed.

Implementation

core.String? phoneNumber;