mwbot-ts - v1.2.7
    Preparing search index...

    Type Alias MwbotCredentialsPrivate

    MwbotCredentials: XOR<
        { oauth2: string },
        { oauth1: { accessSecret: string; accessToken: string; instance: OAuth } },
        { user: { password: string; username: string } },
        { anonymous: true },
    >

    Processed Credentials stored in a Mwbot instance.