Interface ValidateOptions

Defines the options for the validate method.

interface ValidateOptions {
    deviceName?: string;
    user: string;
    verbose?: boolean;
}

Properties

deviceName?: string

An optional device name to validate along with the user key.

user: string

The Pushover user key to validate.

verbose?: boolean

If true, enables verbose logging to the console during the send operation. Defaults to false.