ping-identity
    Preparing search index...

    Type Alias DeviceAuthenticationCollector

    DeviceAuthenticationCollector: BaseCollector & {
        devices: DeviceOption[];
        type: "DEVICE_AUTHENTICATION";
        value?: { description?: string; id?: string; type: string };
    }

    Device authentication collector.

    Type Declaration

    • devices: DeviceOption[]

      Available devices to authenticate with.

    • type: "DEVICE_AUTHENTICATION"
    • Optionalvalue?: { description?: string; id?: string; type: string }

      Selected device value (undefined until JS sets a value).

    JS selects a device by passing value: { type, id?, description? } to next().