ping-identity
    Preparing search index...

    Type Alias DeviceProfileJourneyResult

    Represents the result of collecting a device profile within a Journey.

    The native implementation resolves this payload once the callback has been submitted. Errors reject with DeviceProfileError.

    type DeviceProfileJourneyResult = {
        type: "success";
    }
    Index

    Properties

    Properties

    type: "success"