interface TwitterUserAuthCredentials {
    email?: string;
    password: string;
    twoFactorSecret?: string;
    username: string;
}

Properties

email?: string
password: string
twoFactorSecret?: string
username: string