@oneblink/sdk-core
    Preparing search index...

    Type Alias IntegrationRecaptchaDomain<S>

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

    Type Parameters

    Index

    Properties

    id: string
    label: string
    privateKey: ConstrainedSecret<S>
    publicKey: string

    If undefined, the default will be CHECKBOX