hcaptcha

package
v0.0.0-...-1ad4281 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// ErrInvalidToken Invalid Token
	ErrInvalidToken = errors.New("hcaptcha/verify: Error Invalid Token")
)

Functions

func Verify

func Verify(v Values) error

Verify verifies a hcaptcha token

Types

type Values

type Values struct {
	Secret  string
	Token   string
	SiteKey string
	IP      string
}

Values contains values for verification Required Secret & Token

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL