TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface RunUserLogin

    interface RunUserLogin {
        email: string;
        otp_type?: OTPType;
        password: string;
        pin_code?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    email: string
    otp_type?: OTPType
    password: string
    pin_code?: string