GoogleCloudPlatform / recaptcha-enterprise-react-native

Apache License 2.0
28 stars 4 forks source link

refactor: Recaptcha class to add execute method #50

Closed navy774989 closed 2 weeks ago

mcorner commented 2 weeks ago

We don't plan on adding execute to the Recaptcha class, with the new fetchClient API you should call execute on the returned RecaptchaClientImpl

See the example code:

            setRecaptchaClient(Recaptcha.fetchClient(siteKey ?? 'SITEKEY'));
.
.
.
            recaptchaClient
              .execute(RecaptchaAction.LOGIN(), 10000)