Commit c313b71
committed
WIP: feat(appcheck-network): Extend NetworkClient for reCAPTCHA Enterprise
This commit modifies the `NetworkClient` to support fetching App Check
tokens using the reCAPTCHA Enterprise attestation type.
- Adds the `RECAPTCHA_ENTERPRISE_URL_TEMPLATE` constant for the new
API endpoint.
- Includes `RECAPTCHA_ENTERPRISE` as a new `AttestationTokenType`.
- Updates the `getUrlTemplate` method to return the correct URL for
reCAPTCHA Enterprise token exchange requests.1 parent dee3c59 commit c313b71
File tree
1 file changed
+1
-1
lines changed- appcheck/firebase-appcheck/src/main/java/com/google/firebase/appcheck/internal
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
0 commit comments