Commit bef3b03
committed
WIP: feat(appcheck-recaptcha-enterprise): Add token exchange models and site key config
This commit introduces the necessary data models and configuration for
performing reCAPTCHA Enterprise token exchange with the Firebase App Check
backend.
- `SiteKey.java`: Provides a structured way to hold and manage the reCAPTCHA
Enterprise site key.
- `ExchangeRecaptchaEnterpriseTokenRequest.java`: Defines the client-side
model for the payload sent to the Firebase App Check Token Exchange API.
- `packageinfo.java`: Includes package-level metadata for the new
reCAPTCHA Enterprise App Check module.
Further implementation, integration, and testing are still in progress.
This is not yet ready for review or final merge.1 parent 84407af commit bef3b03
File tree
3 files changed
+50
-0
lines changed- appcheck/firebase-appcheck-recaptchaenterprise/src/main/java/com/google/firebase/appcheck/recaptchaenterprise/internal
3 files changed
+50
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments