Interface representing base properties of a user-enrolled second factor for a CreateRequest
.
Signature:
export interface BaseCreateMultiFactorInfoRequest
Properties
Property | Type | Description |
---|---|---|
displayName | string | The optional display name for an enrolled second factor. |
factorId | string | The type identifier of the second factor. For SMS second factors, this is phone . |
BaseCreateMultiFactorInfoRequest.displayName
The optional display name for an enrolled second factor.
Signature:
displayName?: string;
BaseCreateMultiFactorInfoRequest.factorId
The type identifier of the second factor. For SMS second factors, this is phone
.
Signature:
factorId: string;