Type alias SiteKey

SiteKey: {
    instanceUrl?: URL;
    key: string;
}

Site key configuration

Type declaration

  • Optional instanceUrl?: URL

    URL of the mCaptcha instance. Used in building widget link

  • key: string

    site key as given in the mCaptcha admin dashboard

Generated using TypeDoc