ping-identity
    Preparing search index...

    Type Alias DeviceRegistrationCollector

    DeviceRegistrationCollector: BaseCollector & {
        devices: DeviceOption[];
        type: "DEVICE_REGISTRATION";
        value?: string;
    }

    Device registration collector.

    Type Declaration

    • devices: DeviceOption[]

      Available devices to register.

    • type: "DEVICE_REGISTRATION"
    • Optionalvalue?: string

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

    JS selects a device by passing value: { type: string } (the type field of the chosen DeviceOption) to next().