interface APIDefaults {
    token: string;
    turnstile: null | string;
    userAgent: string;
}

Properties

token: string
turnstile: null | string

a cf_clearance Cloudflare turnstile token.

userAgent: string