Skip to content

Commit

Permalink
feat(identitytoolkit): update the api
Browse files Browse the repository at this point in the history
#### identitytoolkit:v1

The following keys were added:
- schemas.GoogleCloudIdentitytoolkitV1GetRecaptchaParamResponse.properties.producerProjectNumber.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jan 24, 2023
1 parent 05271e0 commit b7c619c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/dyn/identitytoolkit_v1.v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ <h3>Method Details</h3>

{ # Response message for GetRecaptchaParam.
&quot;kind&quot;: &quot;A String&quot;,
&quot;producerProjectNumber&quot;: &quot;A String&quot;, # The producer project number used to generate PIA tokens
&quot;recaptchaSiteKey&quot;: &quot;A String&quot;, # The reCAPTCHA v2 site key used to invoke the reCAPTCHA service. Always present.
&quot;recaptchaStoken&quot;: &quot;A String&quot;,
}</pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@
}
}
},
"revision": "20230107",
"revision": "20230113",
"rootUrl": "https://identitytoolkit.googleapis.com/",
"schemas": {
"GoogleCloudIdentitytoolkitV1Argon2Parameters": {
Expand Down Expand Up @@ -1924,6 +1924,10 @@
"kind": {
"type": "string"
},
"producerProjectNumber": {
"description": "The producer project number used to generate PIA tokens",
"type": "string"
},
"recaptchaSiteKey": {
"description": "The reCAPTCHA v2 site key used to invoke the reCAPTCHA service. Always present.",
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@
}
}
},
"revision": "20230107",
"revision": "20230113",
"rootUrl": "https://identitytoolkit.googleapis.com/",
"schemas": {
"GoogleCloudIdentitytoolkitAdminV2AllowByDefault": {
Expand Down

0 comments on commit b7c619c

Please sign in to comment.