Interface Captcha

A single captcha identifier and response.

interface Captcha {
    iden: string;
    response: string;
}

Properties

Properties

iden: string

The identifier of the captcha.

response: string

The response to the captcha.