Interface AUTH_INFO

Represents the authentication information.

interface AUTH_INFO {
    app_password: string;
    app_username: string;
}

Properties

app_password: string
app_username: string