File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ describe('client', () => {
47
47
const { projectId, appId, apiKey } = app . options ;
48
48
49
49
expect ( request ) . to . deep . equal ( {
50
- url : `${ BASE_ENDPOINT } /projects/${ projectId } /apps/${ appId } :exchangeRecaptchaToken ?key=${ apiKey } ` ,
50
+ url : `${ BASE_ENDPOINT } /projects/${ projectId } /apps/${ appId } :exchangeRecaptchaV3Token ?key=${ apiKey } ` ,
51
51
body : {
52
52
// eslint-disable-next-line camelcase
53
53
recaptcha_token : 'fake-recaptcha-token'
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
export const BASE_ENDPOINT =
18
- 'https://content-firebaseappcheck.googleapis.com/v1beta ' ;
18
+ 'https://content-firebaseappcheck.googleapis.com/v1 ' ;
19
19
20
- export const EXCHANGE_RECAPTCHA_TOKEN_METHOD = 'exchangeRecaptchaToken ' ;
20
+ export const EXCHANGE_RECAPTCHA_TOKEN_METHOD = 'exchangeRecaptchaV3Token ' ;
21
21
export const EXCHANGE_RECAPTCHA_ENTERPRISE_TOKEN_METHOD =
22
22
'exchangeRecaptchaEnterpriseToken' ;
23
23
export const EXCHANGE_DEBUG_TOKEN_METHOD = 'exchangeDebugToken' ;
You can’t perform that action at this time.
0 commit comments