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

    Interface RequestLoginOTPResponse

    Represents the response from requesting a login OTP.

    interface RequestLoginOTPResponse {
        description: string;
        session: string;
        status: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description: string
    session: string
    status: string