UpdatePhoneMultiFactorInfoRequest interface

Giao diện đại diện cho một yếu tố thứ hai mà người dùng đã đăng ký trên điện thoại cho một UpdateRequest.

Chữ ký:

export interface UpdatePhoneMultiFactorInfoRequest extends BaseUpdateMultiFactorInfoRequest 

Mở rộng: BaseUpdateMultiFactorInfoRequest

Thuộc tính

Tài sản Loại Mô tả
phoneNumber chuỗi Số điện thoại được liên kết với yếu tố thứ hai của số điện thoại.

UpdatePhoneMultiFactorInfoRequest.phoneNumber

Số điện thoại được liên kết với yếu tố thứ hai của số điện thoại.

Chữ ký:

phoneNumber: string;