interface CaptchaContext {
    image?: string;
    provider: string;
    siteKey?: string;
}

Properties

image?: string
provider: string
siteKey?: string