Interface representing a phone specific user-enrolled second factor for an UpdateRequest
.
Signature:
export interface UpdatePhoneMultiFactorInfoRequest extends BaseUpdateMultiFactorInfoRequest
Extends: BaseUpdateMultiFactorInfoRequest
Properties
Property | Type | Description |
---|---|---|
phoneNumber | string | The phone number associated with a phone second factor. |
UpdatePhoneMultiFactorInfoRequest.phoneNumber
The phone number associated with a phone second factor.
Signature:
phoneNumber: string;