Versions in this module Expand all Collapse all v1 v1.0.0 Jun 26, 2023 Changes in this version + type Response struct + Action string + ChallengeTS time.Time + ClientData string + ErrorCodes []string + Hostname string + Success bool + type Verifier struct + func NewVerifier(secret string, httpClient *http.Client) *Verifier + func (v *Verifier) Verify(token, remoteIP, idempotencyKey string) (*Response, error)