@espressif/rainmaker-base-cdf
    Preparing search index...

    Interface ESPCDFUserNodeMappingResponse

    User-Node mapping response for challenge-response flow Note: API returns snake_case parameter names

    interface ESPCDFUserNodeMappingResponse {
        challenge?: string;
        request_id?: string;
        status?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    challenge?: string
    request_id?: string
    status?: string