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