RecaptchaKey interface

The reCAPTCHA key config.

Signature:

export interface RecaptchaKey 

Properties

Property Type Description
key string The reCAPTCHA site key.
type RecaptchaKeyClientType The key's client platform type.

RecaptchaKey.key

The reCAPTCHA site key.

Signature:

key: string;

RecaptchaKey.type

The key's client platform type.

Signature:

type?: RecaptchaKeyClientType;