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

    Interface LoginWithPasswordResponse

    Represents the response from a login attempt with a password.

    interface LoginWithPasswordResponse {
        accesstoken: string;
        description: string;
        idtoken: string;
        refreshtoken: string;
        status: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accesstoken: string
    description: string
    idtoken: string
    refreshtoken: string
    status: string