Type Alias IntegrationRecaptchaDomain<S>

IntegrationRecaptchaDomain<S>: {
    id: string;
    label: string;
    privateKey: ConstrainedSecret<S>;
    publicKey: string;
    type?: RecaptchaKeyType;
}

Type Parameters

Type declaration