Type Alias DeviceAuthenticationField
DeviceAuthenticationField: {
key: string;
label: string;
options: {
description: string;
iconSrc: string;
id: string;
indexDeviceAuthenticationFieldTypeOptionsType: boolean;
title: string;
type: string;
}[];
required: boolean;
type: "DEVICE_AUTHENTICATION";
}
Type declaration
key: string
label: string
options: {
description: string;
iconSrc: string;
id: string;
indexDeviceAuthenticationFieldTypeOptionsType: boolean;
title: string;
type: string;
}[]
required: boolean
type: "DEVICE_AUTHENTICATION"