Skip to main content

RecordedPhoneContactInfo

Convenience type that mirrors the phone verification values provided during registration. If present, this indicates a user has verified a phone.

type RecordedPhoneContactInfo {
maskedPhoneNumber: String
}

Fields

RecordedPhoneContactInfo.maskedPhoneNumber ● String scalar

The verified phone number. This number can differ from the number captured via RecordedProfileInfo. If this value is present, it will be masked and indicates a user can proceed without providing new phone info.

Member of

RecordedRegistrationData object