Interface PreCallDiagnosisOptions

Interface representing the options for the pre-call diagnosis.

Inline

Hierarchy

  • PreCallDiagnosisOptions

Properties

credentials: {
    login?: string;
    loginToken?: string;
    password?: string;
}

The credentials for authentication. Can include either login and password or a login token.

Type declaration

  • Optional login?: string

    The login username.

  • Optional loginToken?: string

    The login token.

  • Optional password?: string

    The login password.

texMLApplicationNumber: string

The application number for the TexML service.