Interface ICallbackServiceTwoFactorPayload

interface ICallbackServiceTwoFactorPayload {
    phoneMask?: string;
    type?: "app" | "sms";
}

Properties

Properties

phoneMask?: string
type?: "app" | "sms"

Generated using TypeDoc