Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4a43eb9

Browse files
committedJul 5, 2023
feat(firebaseappcheck): update the api
#### firebaseappcheck:v1 The following keys were added: - schemas.GoogleFirebaseAppcheckV1BatchGetSafetyNetConfigsResponse.deprecated (Total Keys: 1) - schemas.GoogleFirebaseAppcheckV1ExchangeSafetyNetTokenRequest.deprecated (Total Keys: 1) - schemas.GoogleFirebaseAppcheckV1SafetyNetConfig.deprecated (Total Keys: 1) #### firebaseappcheck:v1beta The following keys were added: - schemas.GoogleFirebaseAppcheckV1betaAppCheckToken.properties.attestationToken.deprecated (Total Keys: 1) - schemas.GoogleFirebaseAppcheckV1betaAttestationTokenResponse.deprecated (Total Keys: 1) - schemas.GoogleFirebaseAppcheckV1betaBatchGetRecaptchaConfigsResponse.deprecated (Total Keys: 1) - schemas.GoogleFirebaseAppcheckV1betaBatchGetSafetyNetConfigsResponse.deprecated (Total Keys: 1) - schemas.GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationResponse.properties.attestationToken.deprecated (Total Keys: 1) - schemas.GoogleFirebaseAppcheckV1betaExchangeRecaptchaTokenRequest.deprecated (Total Keys: 1) - schemas.GoogleFirebaseAppcheckV1betaExchangeSafetyNetTokenRequest.deprecated (Total Keys: 1) - schemas.GoogleFirebaseAppcheckV1betaRecaptchaConfig.deprecated (Total Keys: 1) - schemas.GoogleFirebaseAppcheckV1betaSafetyNetConfig.deprecated (Total Keys: 1)
1 parent 16db7f3 commit 4a43eb9

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed
 

‎googleapiclient/discovery_cache/documents/firebaseappcheck.v1.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@
13431343
}
13441344
}
13451345
},
1346-
"revision": "20230619",
1346+
"revision": "20230703",
13471347
"rootUrl": "https://firebaseappcheck.googleapis.com/",
13481348
"schemas": {
13491349
"GoogleFirebaseAppcheckV1AppAttestConfig": {
@@ -1449,6 +1449,7 @@
14491449
"type": "object"
14501450
},
14511451
"GoogleFirebaseAppcheckV1BatchGetSafetyNetConfigsResponse": {
1452+
"deprecated": true,
14521453
"description": "Response message for the BatchGetSafetyNetConfigs method.",
14531454
"id": "GoogleFirebaseAppcheckV1BatchGetSafetyNetConfigsResponse",
14541455
"properties": {
@@ -1702,6 +1703,7 @@
17021703
"type": "object"
17031704
},
17041705
"GoogleFirebaseAppcheckV1ExchangeSafetyNetTokenRequest": {
1706+
"deprecated": true,
17051707
"description": "Request message for the ExchangeSafetyNetToken method.",
17061708
"id": "GoogleFirebaseAppcheckV1ExchangeSafetyNetTokenRequest",
17071709
"properties": {
@@ -1900,6 +1902,7 @@
19001902
"type": "object"
19011903
},
19021904
"GoogleFirebaseAppcheckV1SafetyNetConfig": {
1905+
"deprecated": true,
19031906
"description": "An app's SafetyNet configuration object. This configuration controls certain properties of the `AppCheckToken` returned by ExchangeSafetyNetToken, such as its ttl. Note that your registered SHA-256 certificate fingerprints are used to validate tokens issued by SafetyNet; please register them via the Firebase Console or programmatically via the [Firebase Management Service](https://firebase.google.com/docs/projects/api/reference/rest/v11/projects.androidApps.sha/create).",
19041907
"id": "GoogleFirebaseAppcheckV1SafetyNetConfig",
19051908
"properties": {

‎googleapiclient/discovery_cache/documents/firebaseappcheck.v1beta.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -1596,7 +1596,7 @@
15961596
}
15971597
}
15981598
},
1599-
"revision": "20230619",
1599+
"revision": "20230703",
16001600
"rootUrl": "https://firebaseappcheck.googleapis.com/",
16011601
"schemas": {
16021602
"GoogleFirebaseAppcheckV1betaAppAttestConfig": {
@@ -1620,6 +1620,7 @@
16201620
"id": "GoogleFirebaseAppcheckV1betaAppCheckToken",
16211621
"properties": {
16221622
"attestationToken": {
1623+
"deprecated": true,
16231624
"description": "An App Check token. App Check tokens are signed [JWTs](https://tools.ietf.org/html/rfc7519) containing claims that identify the attested app and Firebase project. This token is used to access Firebase services protected by App Check.",
16241625
"type": "string"
16251626
},
@@ -1636,6 +1637,7 @@
16361637
"type": "object"
16371638
},
16381639
"GoogleFirebaseAppcheckV1betaAttestationTokenResponse": {
1640+
"deprecated": true,
16391641
"description": "Encapsulates an *App Check token*, which are used to access Firebase services protected by App Check.",
16401642
"id": "GoogleFirebaseAppcheckV1betaAttestationTokenResponse",
16411643
"properties": {
@@ -1694,6 +1696,7 @@
16941696
"type": "object"
16951697
},
16961698
"GoogleFirebaseAppcheckV1betaBatchGetRecaptchaConfigsResponse": {
1699+
"deprecated": true,
16971700
"description": "Response message for the BatchGetRecaptchaConfigs method.",
16981701
"id": "GoogleFirebaseAppcheckV1betaBatchGetRecaptchaConfigsResponse",
16991702
"properties": {
@@ -1736,6 +1739,7 @@
17361739
"type": "object"
17371740
},
17381741
"GoogleFirebaseAppcheckV1betaBatchGetSafetyNetConfigsResponse": {
1742+
"deprecated": true,
17391743
"description": "Response message for the BatchGetSafetyNetConfigs method.",
17401744
"id": "GoogleFirebaseAppcheckV1betaBatchGetSafetyNetConfigsResponse",
17411745
"properties": {
@@ -1897,6 +1901,7 @@
18971901
},
18981902
"attestationToken": {
18991903
"$ref": "GoogleFirebaseAppcheckV1betaAttestationTokenResponse",
1904+
"deprecated": true,
19001905
"description": "Encapsulates an App Check token."
19011906
}
19021907
},
@@ -1978,6 +1983,7 @@
19781983
"type": "object"
19791984
},
19801985
"GoogleFirebaseAppcheckV1betaExchangeRecaptchaTokenRequest": {
1986+
"deprecated": true,
19811987
"description": "Request message for the ExchangeRecaptchaToken method.",
19821988
"id": "GoogleFirebaseAppcheckV1betaExchangeRecaptchaTokenRequest",
19831989
"properties": {
@@ -2004,6 +2010,7 @@
20042010
"type": "object"
20052011
},
20062012
"GoogleFirebaseAppcheckV1betaExchangeSafetyNetTokenRequest": {
2013+
"deprecated": true,
20072014
"description": "Request message for the ExchangeSafetyNetToken method.",
20082015
"id": "GoogleFirebaseAppcheckV1betaExchangeSafetyNetTokenRequest",
20092016
"properties": {
@@ -2157,6 +2164,7 @@
21572164
"type": "object"
21582165
},
21592166
"GoogleFirebaseAppcheckV1betaRecaptchaConfig": {
2167+
"deprecated": true,
21602168
"description": "An app's reCAPTCHA v3 configuration object. This configuration is used by ExchangeRecaptchaToken to validate reCAPTCHA tokens issued to apps by reCAPTCHA v3. It also controls certain properties of the returned `AppCheckToken`, such as its ttl.",
21612169
"id": "GoogleFirebaseAppcheckV1betaRecaptchaConfig",
21622170
"properties": {
@@ -2227,6 +2235,7 @@
22272235
"type": "object"
22282236
},
22292237
"GoogleFirebaseAppcheckV1betaSafetyNetConfig": {
2238+
"deprecated": true,
22302239
"description": "An app's SafetyNet configuration object. This configuration controls certain properties of the `AppCheckToken` returned by ExchangeSafetyNetToken, such as its ttl. Note that your registered SHA-256 certificate fingerprints are used to validate tokens issued by SafetyNet; please register them via the Firebase Console or programmatically via the [Firebase Management Service](https://firebase.google.com/docs/projects/api/reference/rest/v1beta1/projects.androidApps.sha/create).",
22312240
"id": "GoogleFirebaseAppcheckV1betaSafetyNetConfig",
22322241
"properties": {

0 commit comments

Comments
 (0)
Please sign in to comment.