Recaptcha (recaptcha_v3 v0.1.0)

View Source

Documentation for Recaptcha.

Summary

Types

t()

The structure of a recaptcha API response.

Functions

Fetch the recaptcha base_url from the application configuration.

Fetch the recaptcha secret from the application configuration.

Fetch the recaptcha site key from the application configuration.

Types

t()

@type t() :: Recaptcha.API.Response.t()

The structure of a recaptcha API response.

Functions

base_url()

Fetch the recaptcha base_url from the application configuration.

secret()

Fetch the recaptcha secret from the application configuration.

site_key()

Fetch the recaptcha site key from the application configuration.