Interface DropUserOptions

interface DropUserOptions {
    domainName?: string;
    timeout?: number;
}

Properties

domainName?: string

The domain to drop the user from.

timeout?: number

The timeout for this operation, represented in milliseconds.