ping-identity
    Preparing search index...

    Type Alias FidoJourneyRegistrationOptions

    Options for Journey-scoped FIDO registration callback execution.

    type FidoJourneyRegistrationOptions = {
        deviceName?: string;
        index?: number;
    }
    Index

    Properties

    Properties

    deviceName?: string

    Optional user-facing device name passed to native registration.

    index?: number

    Optional callback index when multiple FIDO registration callbacks are present.