|
1596 | 1596 | }
|
1597 | 1597 | }
|
1598 | 1598 | },
|
1599 |
| - "revision": "20230619", |
| 1599 | + "revision": "20230703", |
1600 | 1600 | "rootUrl": "https://firebaseappcheck.googleapis.com/",
|
1601 | 1601 | "schemas": {
|
1602 | 1602 | "GoogleFirebaseAppcheckV1betaAppAttestConfig": {
|
|
1620 | 1620 | "id": "GoogleFirebaseAppcheckV1betaAppCheckToken",
|
1621 | 1621 | "properties": {
|
1622 | 1622 | "attestationToken": {
|
| 1623 | + "deprecated": true, |
1623 | 1624 | "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.",
|
1624 | 1625 | "type": "string"
|
1625 | 1626 | },
|
|
1636 | 1637 | "type": "object"
|
1637 | 1638 | },
|
1638 | 1639 | "GoogleFirebaseAppcheckV1betaAttestationTokenResponse": {
|
| 1640 | + "deprecated": true, |
1639 | 1641 | "description": "Encapsulates an *App Check token*, which are used to access Firebase services protected by App Check.",
|
1640 | 1642 | "id": "GoogleFirebaseAppcheckV1betaAttestationTokenResponse",
|
1641 | 1643 | "properties": {
|
|
1694 | 1696 | "type": "object"
|
1695 | 1697 | },
|
1696 | 1698 | "GoogleFirebaseAppcheckV1betaBatchGetRecaptchaConfigsResponse": {
|
| 1699 | + "deprecated": true, |
1697 | 1700 | "description": "Response message for the BatchGetRecaptchaConfigs method.",
|
1698 | 1701 | "id": "GoogleFirebaseAppcheckV1betaBatchGetRecaptchaConfigsResponse",
|
1699 | 1702 | "properties": {
|
|
1736 | 1739 | "type": "object"
|
1737 | 1740 | },
|
1738 | 1741 | "GoogleFirebaseAppcheckV1betaBatchGetSafetyNetConfigsResponse": {
|
| 1742 | + "deprecated": true, |
1739 | 1743 | "description": "Response message for the BatchGetSafetyNetConfigs method.",
|
1740 | 1744 | "id": "GoogleFirebaseAppcheckV1betaBatchGetSafetyNetConfigsResponse",
|
1741 | 1745 | "properties": {
|
|
1897 | 1901 | },
|
1898 | 1902 | "attestationToken": {
|
1899 | 1903 | "$ref": "GoogleFirebaseAppcheckV1betaAttestationTokenResponse",
|
| 1904 | + "deprecated": true, |
1900 | 1905 | "description": "Encapsulates an App Check token."
|
1901 | 1906 | }
|
1902 | 1907 | },
|
|
1978 | 1983 | "type": "object"
|
1979 | 1984 | },
|
1980 | 1985 | "GoogleFirebaseAppcheckV1betaExchangeRecaptchaTokenRequest": {
|
| 1986 | + "deprecated": true, |
1981 | 1987 | "description": "Request message for the ExchangeRecaptchaToken method.",
|
1982 | 1988 | "id": "GoogleFirebaseAppcheckV1betaExchangeRecaptchaTokenRequest",
|
1983 | 1989 | "properties": {
|
|
2004 | 2010 | "type": "object"
|
2005 | 2011 | },
|
2006 | 2012 | "GoogleFirebaseAppcheckV1betaExchangeSafetyNetTokenRequest": {
|
| 2013 | + "deprecated": true, |
2007 | 2014 | "description": "Request message for the ExchangeSafetyNetToken method.",
|
2008 | 2015 | "id": "GoogleFirebaseAppcheckV1betaExchangeSafetyNetTokenRequest",
|
2009 | 2016 | "properties": {
|
|
2157 | 2164 | "type": "object"
|
2158 | 2165 | },
|
2159 | 2166 | "GoogleFirebaseAppcheckV1betaRecaptchaConfig": {
|
| 2167 | + "deprecated": true, |
2160 | 2168 | "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.",
|
2161 | 2169 | "id": "GoogleFirebaseAppcheckV1betaRecaptchaConfig",
|
2162 | 2170 | "properties": {
|
|
2227 | 2235 | "type": "object"
|
2228 | 2236 | },
|
2229 | 2237 | "GoogleFirebaseAppcheckV1betaSafetyNetConfig": {
|
| 2238 | + "deprecated": true, |
2230 | 2239 | "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).",
|
2231 | 2240 | "id": "GoogleFirebaseAppcheckV1betaSafetyNetConfig",
|
2232 | 2241 | "properties": {
|
|
0 commit comments