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

    Interface LoginCredentials

    interface LoginCredentials {
        email: string;
        otp_type: OTPType;
        password: string;
        pin_code: string;
    }
    Index

    Properties

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