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

    Interface ESPCDFSetNewPasswordRequestPayload

    interface ESPCDFSetNewPasswordRequestPayload {
        adaptorIdentifier?: string;
        newPassword: string;
        username: string;
        verificationCode: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    adaptorIdentifier?: string

    Identifier of the SDK adaptor to use. If omitted, the registry's active adaptor (set via registry.setActiveAdaptor()) is used.

    newPassword: string
    username: string
    verificationCode: string