Interface Login

interface Login {
    password: string;
    totp_2fa_token?: string;
    username_or_email: string;
}

Properties

password: string
totp_2fa_token?: string
username_or_email: string