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

    Interface ESPCDFChallengeResponseVerificationRequest

    Challenge-response verification request Note: API expects snake_case parameter names

    interface ESPCDFChallengeResponseVerificationRequest {
        challenge_response: string;
        group_id?: string;
        node_id: string;
        request_id: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    challenge_response: string
    group_id?: string
    node_id: string
    request_id: string